Skip to content

A Haskell progam that beta-reduces Lambda Expressions.

Notifications You must be signed in to change notification settings

Ebanflo42/Beta-Reducer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beta-Reducer

A Haskell progam that beta-reduces Lambda Expressions. Compile with ghc and run with ./Main.

Syntax:

A variable can be represented with any string which does not contain any of the characters ().\\ or whitespace.

An abstraction is written \x.y.

Applications must use parantheses: (expression1) (expression2)

About

A Haskell progam that beta-reduces Lambda Expressions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published