Still have to figure out how to infer type of lambda variables, as well as how function application on polymorphic should work
1 line
25 B
Text
1 line
25 B
Text
main = \x. x + (3 : Int)
|