Need to tweak the definition of Prov

This commit is contained in:
Yiyun Liu 2024-12-24 15:31:50 -05:00
parent c6edc1b0be
commit cbe9941046
3 changed files with 95 additions and 10 deletions

View file

@ -7,4 +7,5 @@ Abs : (bind Tm in Tm) -> Tm
App : Tm -> Tm -> Tm
Pair : Tm -> Tm -> Tm
Proj : PTag -> Tm -> Tm
Pi : Tm -> (bind Tm in Tm) -> Tm
Pi : Tm -> (bind Tm in Tm) -> Tm
Bot : Tm