aboutsummaryrefslogtreecommitdiff
path: root/interp/notation_ops.mli
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-02 17:27:15 +0200
committerHugo Herbelin2020-11-16 17:25:16 +0100
commit55389f1a1705b5c548161e1e5cc3eb5e34dda41d (patch)
tree8340285f440aa45eeaa4fb3f8ca56cbfd7ad1a6d /interp/notation_ops.mli
parentcd8aefceb03effbda979ea7403c20eaa7ca4cef7 (diff)
Using labels to document match_notation_constr.
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 *