Skip to content

Jack-J-Young/labda-calculus-solver-hs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

labda-calculus-solver-hs

A lambda calculus solver in Hasell made in college to automate an assignment

if you wish to run this, modify the string on line 110, an example of the format: (^x.x(ab))e, which would reduce down to e(ab)

the only sugar is currying so for example you can input (^xy.xy), this is decurried to (^x.(^y.xy)) and then solved

About

A lambda calculus solver in Hasell made in college to automate an assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published