minitt 0.2.2

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