aboutsummaryrefslogtreecommitdiff
path: root/interp/notation_ops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/notation_ops.mli')
-rw-r--r--interp/notation_ops.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli
index 68f25e1600..0d4bdf3e85 100644
--- a/interp/notation_ops.mli
+++ b/interp/notation_ops.mli
@@ -63,7 +63,7 @@ exception No_match
val print_parentheses : bool ref
-val match_notation_constr : bool -> 'a glob_constr_g -> Id.Set.t -> interpretation ->
+val match_notation_constr : print_univ:bool -> 'a glob_constr_g -> vars:Id.Set.t -> interpretation ->
((Id.Set.t * 'a glob_constr_g) * extended_subscopes) list *
((Id.Set.t * 'a glob_constr_g list) * extended_subscopes) list *
((Id.Set.t * 'a cases_pattern_disjunction_g) * extended_subscopes) list *