Presentation with
- PER-style equality judgments; and
- Russell-style universes up to N; and
- judgments stratified by universe.
A Hott₀ expression.
- bvar
(i : Nat)
: Expr
De Bruijn index.
- pi
(l l' : Nat)
(A B : Expr)
: Expr
Dependent product.
- lam
(l l' : Nat)
(ty body : Expr)
: Expr
Lambda.
- app
(l l' : Nat)
(B fn arg : Expr)
: Expr
Application at the specified output type.
- univ
(l : Nat)
: Expr
(Russell) type universe.
- el
(a : Expr)
: Expr
Type from a code.
- code
(A : Expr)
: Expr
Code from a type.