Skip to content

aeqz/untyped-lambda-calculus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published