summaryrefslogtreecommitdiff
path: root/src/ast.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.ml')
-rw-r--r--src/ast.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ast.ml b/src/ast.ml
index d8d751ad..45428fed 100644
--- a/src/ast.ml
+++ b/src/ast.ml
@@ -238,7 +238,6 @@ and typ_arg_aux = (* Type constructor arguments of all kinds *)
Typ_arg_nexp of nexp
| Typ_arg_typ of typ
| Typ_arg_order of order
- | Typ_arg_effect of effect
and typ_arg =
Typ_arg_aux of typ_arg_aux * l