Library MetaCoq.Checker.MetaTheory




The subject reduction property of the system. We comment this as otherwise extraction can produce "axioms to be realized" values that make extracted code useless, as type are in Type.
Weak Normalization: every term has a normal form

Definition normal (Σ : global_env) Γ t := { u & red1 Σ Γ t u } False.