Lambda-Calculus
LicenseApache License 2.0
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Main

Description

The meme in its final form.

Synopsis

Documentation

main :: IO () #

The final program, which calls runTranspiler and runLambdaCalc in order.

runTranspiler :: ExceptT String IO () #

Reads from input.il, transpiles the code, and writes it to input.la.

runLambdaCalc :: ExceptT String IO () #

Simplifies the code in input.la and outputs it to output.la.