Add nat type definition
This commit is contained in:
parent
0e0d9b20e5
commit
fd0b48073d
3 changed files with 184 additions and 27 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue