Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-frontend
Commits
3f37eb0d
Commit
3f37eb0d
authored
Oct 10, 2012
by
Björn Peemöller
Browse files
Updated Recordtest to new syntax
parent
b6027de3
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/RecordTest.curry
View file @
3f37eb0d
...
...
@@ -5,6 +5,8 @@ type Record =
, boolField :: Bool
}
empty = { intField = 0, boolField = False }
empty = { intField
:
= 0, boolField
:
= False }
full = { intField = 1, boolField = True }
\ No newline at end of file
full = { intField := 1, boolField := True }
expr = empty :> intField + 1 == 0
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment