Prove join univ pi contra
This commit is contained in:
parent
e2702ed277
commit
80d8b13e49
4 changed files with 202 additions and 8 deletions
|
@ -1,3 +1,4 @@
|
|||
nat : Type
|
||||
Tm(VarTm) : Type
|
||||
PTag : Type
|
||||
|
||||
|
@ -8,4 +9,5 @@ App : Tm -> Tm -> Tm
|
|||
Pair : Tm -> Tm -> Tm
|
||||
Proj : PTag -> Tm -> Tm
|
||||
Pi : Tm -> (bind Tm in Tm) -> Tm
|
||||
Bot : Tm
|
||||
Bot : Tm
|
||||
Univ : nat -> Tm
|
Loading…
Add table
Add a link
Reference in a new issue