minitt 0.1.9

Mini-TT, a dependently-typed lambda calculus, implementated in Rust
Documentation
1
2
3
4
5
mod cli;

fn main() {
    cli::main()
}