Drop backslash from lambda definitions
This commit is contained in:
@ -3,11 +3,11 @@
|
||||
|
||||
main = size size
|
||||
|
||||
size = (\x :
|
||||
(y (\self x :
|
||||
size = (x :
|
||||
(y (self x :
|
||||
compose succ
|
||||
(triage
|
||||
(\x : x)
|
||||
(x : x)
|
||||
self
|
||||
(\x y : compose (self x) (self y))
|
||||
(x y : compose (self x) (self y))
|
||||
x)) x 0))
|
||||
|
Reference in New Issue
Block a user