Add a mostly finished eta postponement proof
This commit is contained in:
commit
2f04bcc75c
8 changed files with 4231 additions and 0 deletions
15
syntax.sig
Normal file
15
syntax.sig
Normal file
|
@ -0,0 +1,15 @@
|
|||
PTm(VarPTm) : Type
|
||||
PTag : Type
|
||||
Ty : Type
|
||||
|
||||
Fun : Ty -> Ty -> Ty
|
||||
Prod : Ty -> Ty -> Ty
|
||||
Void : Ty
|
||||
|
||||
PL : PTag
|
||||
PR : PTag
|
||||
|
||||
PAbs : Ty -> (bind PTm in PTm) -> PTm
|
||||
PApp : PTm -> PTm -> PTm
|
||||
PPair : PTm -> PTm -> PTm
|
||||
PProj : PTag -> PTm -> PTm
|
Loading…
Add table
Add a link
Reference in a new issue