Skip to content

A type checker for the simply typed lambda calculus

Notifications You must be signed in to change notification settings

roehst/typechecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

If you run main, the REPL will start and ask you for a term in the simply typed lambda calculus.

Examples:

>  \x:x. x
Terms      Types
----------------
x          x
\x -> x    x -> x
> \x:x. x x
Type error

About

A type checker for the simply typed lambda calculus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published