Make the internal language even smaller

This commit is contained in:
Yiyun Liu 2025-04-03 21:18:17 -04:00
parent f402f4e528
commit 3b8fe388dc
4 changed files with 133 additions and 504 deletions

View file

@ -14,9 +14,7 @@ PAbs : (bind PTm in PTm) -> PTm
PApp : PTm -> PTm -> PTm
PPair : PTm -> PTm -> PTm
PProj : PTag -> PTm -> PTm
PConst : TTag -> PTm
PUniv : nat -> PTm
PBot : PTm
PConst : nat -> PTm
Abs : (bind Tm in Tm) -> Tm
App : Tm -> Tm -> Tm