Allow lambda expressions without explicit paren
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
compose = (\f g x : f (g x))
|
||||
compose = \f g x : f (g x)
|
||||
|
||||
succ = y (\self :
|
||||
triage
|
||||
|
Reference in New Issue
Block a user