minitt 0.4.3

Mini-TT, a dependently-typed lambda calculus, extended and (re)implemented in Rust
Documentation
1
2
3
4
5
6
7
--
-- Created by intellij-minitt on 2019-03-27
-- bad-level
-- Author: ice10
--

let badLevel: Type = \Pi x: Type1. x;