syntax-example/test.txt
2014-11-30 16:37:58 +01:00

8 lines
87 B
Plaintext

(\f->
(\x
-> f ((x) x)) (\x
-> f (x x)
)
(\x -> "test")
(\y -> y +2.0e13))