aboutsummaryrefslogtreecommitdiff
path: root/snug-clean/src/Snug/Syntax.dcl
diff options
context:
space:
mode:
Diffstat (limited to 'snug-clean/src/Snug/Syntax.dcl')
-rw-r--r--snug-clean/src/Snug/Syntax.dcl3
1 files changed, 3 insertions, 0 deletions
diff --git a/snug-clean/src/Snug/Syntax.dcl b/snug-clean/src/Snug/Syntax.dcl
index f6ff0f2..88fefde 100644
--- a/snug-clean/src/Snug/Syntax.dcl
+++ b/snug-clean/src/Snug/Syntax.dcl
@@ -11,6 +11,9 @@ from Data.Set import :: Set
= Type !TypeIdent
| TyVar !TypeVarIdent
| TyApp !Type !Type
+ | TyFun !Type !Type
+
+ | ..
:: ConstructorDef
= ConstructorDef !ConstructorIdent ![Type]