pair-eta/syntax.sig

9 lines
137 B
Standard ML
Raw Normal View History

2024-12-11 23:52:57 -05:00
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