Add nat type definition

This commit is contained in:
Yiyun Liu 2025-02-21 13:23:38 -05:00
parent 0e0d9b20e5
commit fd0b48073d
3 changed files with 184 additions and 27 deletions

View file

@ -16,4 +16,8 @@ PPair : PTm -> PTm -> PTm
PProj : PTag -> PTm -> PTm
PBind : BTag -> PTm -> (bind PTm in PTm) -> PTm
PUniv : nat -> PTm
PBot : PTm
PBot : PTm
PNat : PTm
PZero : PTm
PSuc : PTm -> PTm
PInd : (bind PTm in PTm) -> PTm -> PTm -> (bind PTm,PTm in PTm) -> PTm