Initial commit
This commit is contained in:
commit
145e316a4b
7 changed files with 1452 additions and 0 deletions
8
syntax.sig
Normal file
8
syntax.sig
Normal file
|
@ -0,0 +1,8 @@
|
|||
Tm(VarTm) : Type
|
||||
-- nat : Type
|
||||
|
||||
Abs : (bind Tm in Tm) -> Tm
|
||||
App : Tm -> Tm -> Tm
|
||||
Pair : Tm -> Tm -> Tm
|
||||
Proj1 : Tm -> Tm
|
||||
Proj2 : Tm -> Tm
|
Loading…
Add table
Add a link
Reference in a new issue