Documentation

GroupoidModel.Russell_PER_MS.Basic

Presentation with

inductive Expr :

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.

Instances For
    Equations
    @[simp]
    theorem Expr.sizeOf_pos (e : Expr) :