Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untyped lambda calculus

An implementation of the untyped lambda calculus, both in its syntax and semantics.

Some terms and term constructors code generation is provided for writing lambda terms as the following:

true  = λx . λy $ x
false = λx . λy $ y

The project tests mainly check the solutions for these exercises, and some explanations are given in this other document.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages