Lambda calculus parser and interpreter written in Haskell
Find a file
Joscha 91fd370380 Add support for short lambdas
Now, "\a b.a" is the same as "\a.\b.a".
2017-11-25 22:36:46 +00:00
.gitignore Add gitignore 2017-11-05 19:25:22 +00:00
interactive.hs Organize code into a Lambda module 2017-11-25 20:19:39 +00:00
Lambda.hs Add support for short lambdas 2017-11-25 22:36:46 +00:00
README.md Fix typo in README 2017-11-07 20:11:31 +00:00

lambda

Interpret simple lambda calculus expressions