Initial commit

This commit is contained in:
Yiyun Liu 2024-12-11 23:52:57 -05:00
commit 145e316a4b
7 changed files with 1452 additions and 0 deletions

8
syntax.sig Normal file
View 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