Add comments

This commit is contained in:
Yiyun Liu 2025-05-29 16:58:55 -04:00
parent 40cedc388f
commit a28b7fd808

View file

@ -96,4 +96,11 @@ Module Typing.
- hauto lq:on ctrs:Wt use:ren_up.
Qed.
(* Liftable: stable *)
(* If a well-typed term is liftable, then it should remain well-typed at the same level
if the floating variables are lifted *)
(* Upgrade *)
(* If Γ ⊢ a ;; ∈ A, we want to lift up the levels in Γ *)
End Typing.