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, 1 insertions, 0 deletions
diff --git a/src/ast.ml b/src/ast.ml
index 1bff2d0f..1b3cbfd3 100644
--- a/src/ast.ml
+++ b/src/ast.ml
@@ -227,6 +227,7 @@ typ_aux = (* Type expressions, of kind $_$ *)
| Typ_fn of typ * typ * effect (* Function type (first-order only in user code) *)
| Typ_tup of (typ) list (* Tuple type *)
| Typ_app of id * (typ_arg) list (* type constructor application *)
+ | Typ_exist of kid list * n_constraint * typ
and typ =
Typ_aux of typ_aux * l