Crate lambda_calculus [] [src]

lambda_calculus is a simple implementation of the untyped lambda calculus in Rust.

Modules

arithmetic

Church-encoded numerals

booleans

Church booleans

combinators

Standard terms and combinators:

list

Church single-pair list

pair

Church pair

reduction

β-reduction

term

Lambda terms