lambdas 0.1.0

A library for defining domain specific languages in a polymorphic lambda calculus
Documentation
1
2
3
4

// just register each domain here by including it with `pub mod domain_name;`
pub mod simple;
pub mod prim_lists;