Add syntax spec

This commit is contained in:
Yiyun Liu 2025-04-07 23:35:48 -04:00
commit 5cf82dae12
7 changed files with 984 additions and 0 deletions

3
syntax.sig Normal file
View file

@ -0,0 +1,3 @@
Tm(VarTm) : Type
Abs : (bind Tm in Tm) -> Tm
App : Tm -> Tm -> Tm