Make the internal language even smaller
This commit is contained in:
parent
f402f4e528
commit
3b8fe388dc
4 changed files with 133 additions and 504 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue