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
422a8375
Commit
422a8375
authored
Mar 10, 2016
by
Jan Rasmus Tikovsky
Browse files
Renamed test module for explicit layout
parent
b72f1771
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/pass/ExplicitLayout.curry
View file @
422a8375
module Layout where
module
Explicit
Layout where
{ f x = let { y = 1; z = 2 } in x + y + z
; g x = case x of { True -> False; False -> True }
; h x = do { y <- return x; return y }
...
...
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