minitt 0.1.9

Mini-TT, a dependently-typed lambda calculus, implementated in Rust
Documentation
1
2
3
let the (x : U) (a : x) : x = a;
-- Introduce typed parameter in this way can help minitt better infer the
-- types