minitt 0.4.3

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