summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_util.mli')
-rw-r--r--src/ast_util.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index 9dafbcd8..bbe9463e 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -132,7 +132,7 @@ val vector_typ : nexp -> order -> typ -> typ
val list_typ : typ -> typ
val exc_typ : typ
val tuple_typ : typ list -> typ
-val function_typ : typ -> typ -> effect -> typ
+val function_typ : typ list -> typ -> effect -> typ
val no_effect : effect
val mk_effect : base_effect_aux list -> effect