Make progress on wt_unique

This commit is contained in:
Yiyun Liu 2025-04-03 23:20:49 -04:00
parent fbbce90304
commit 5eb1f9df0b
6 changed files with 145 additions and 31 deletions

View file

@ -16,7 +16,7 @@ PPair : PTm -> PTm -> PTm
PProj : PTag -> PTm -> PTm
PConst : nat -> PTm
Abs : (bind Tm in Tm) -> Tm
Abs : Tm -> (bind Tm in Tm) -> Tm
App : Tm -> Tm -> Tm
Pair : Tm -> Tm -> Tm
Proj : PTag -> Tm -> Tm