Drop backslash from lambda definitions
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
x = map (\i : append "Successfully concatenated " i) [("two strings!")]
|
||||
x = map (i : append "Successfully concatenated " i) [("two strings!")]
|
||||
main = equal? x [("Successfully concatenated two strings!")]
|
||||
|
Reference in New Issue
Block a user