Add syntax spec
This commit is contained in:
commit
5cf82dae12
7 changed files with 984 additions and 0 deletions
3
syntax.sig
Normal file
3
syntax.sig
Normal file
|
@ -0,0 +1,3 @@
|
|||
Tm(VarTm) : Type
|
||||
Abs : (bind Tm in Tm) -> Tm
|
||||
App : Tm -> Tm -> Tm
|
Loading…
Add table
Add a link
Reference in a new issue