Skip to content

Latest commit

 

History

History

untyped

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Untyped Lambda Calculus

Untyped lambda calculus.

To compile and run:

$ cabal run

Example

Untyped> (\x. x) 1
 => \x . x
 => 1
 => x
1

License

Released under MIT license.