aboutsummaryrefslogtreecommitdiff
path: root/interp/notation.mli
diff options
context:
space:
mode:
authorHugo Herbelin2018-09-24 23:14:29 +0200
committerHugo Herbelin2018-12-04 11:50:02 +0100
commit9bc339f529fc2ee2389a717914514829a73686bc (patch)
tree5ccbfe4c7e6cb1c6c5648830a5f1debda4e19926 /interp/notation.mli
parent06fc6caa49b67526cf3521d1b5885aae6710358b (diff)
Fixing #8551 (missing delimiters when notation exists both lonely and in scope).
Diffstat (limited to 'interp/notation.mli')
-rw-r--r--interp/notation.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/interp/notation.mli b/interp/notation.mli
index 8cc69f4d1b..3480d1c8f2 100644
--- a/interp/notation.mli
+++ b/interp/notation.mli
@@ -219,6 +219,7 @@ type notation_rule_core =
type notation_rule =
notation_rule_core
* delimiters option (* delimiter to possibly add *)
+ * bool (* true if the delimiter is mandatory *)
(** Return the possible notations for a given term *)
val uninterp_notations : subscopes -> 'a glob_constr_g -> notation_rule list