Skip to content

masaeedu/ulc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Untyped lambda calculus

Summary

Beta reduction for the untyped lambda calculus. Untyped lambda calculus expressions consisting of:

  • Variables
  • Abstraction
  • Application

go in, the same expression with all applications of a function to a value eliminated comes out.

Testing

Run yarn && yarn test to see a number of expressions and their beta reduction.

About

Untyped lambda calculus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published