Add the semantic well-typedness rules to the hint db

This commit is contained in:
Yiyun Liu 2025-02-06 17:58:38 -05:00
parent 8d92f19d74
commit 399c97fa82
2 changed files with 29 additions and 10 deletions

View file

@ -109,7 +109,7 @@ with Wff : forall {n}, (fin n -> PTm n) -> Prop :=
| Wff_Cons n Γ (A : PTm n) i :
Γ ->
Γ A PUniv i ->
(* -------------- *)
(* -------------------------------- *)
funcomp (ren_PTm shift) (scons A Γ)
where