aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorHugo Herbelin2016-10-04 13:27:29 +0200
committerHugo Herbelin2016-10-04 13:50:56 +0200
commit9e8c57419b473fdb3f9fbb8251d1843ec0e6f884 (patch)
tree1244ce89baaff25f461b4aaa6785cf54989f5c0a /intf
parent6ffbe4308229feb63525506e6a1fa77a61d2895b (diff)
Quick fix to #4595 (making notations containing "ltac:" unused for printing).
Also getting rid of a global side-effect.
Diffstat (limited to 'intf')
-rw-r--r--intf/notation_term.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/intf/notation_term.mli b/intf/notation_term.mli
index 883b017727..1ab9980a5c 100644
--- a/intf/notation_term.mli
+++ b/intf/notation_term.mli
@@ -73,10 +73,11 @@ type interpretation =
(Id.t * (subscopes * notation_var_instance_type)) list *
notation_constr
+type reversibility_flag = bool
+
type notation_interp_env = {
ninterp_var_type : notation_var_internalization_type Id.Map.t;
ninterp_rec_vars : Id.t Id.Map.t;
- mutable ninterp_only_parse : bool;
}
type grammar_constr_prod_item =