aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/notation_term.ml
diff options
context:
space:
mode:
Diffstat (limited to 'intf/notation_term.ml')
-rw-r--r--intf/notation_term.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/notation_term.ml b/intf/notation_term.ml
index cad6f4b82..d1cbb6a33 100644
--- a/intf/notation_term.ml
+++ b/intf/notation_term.ml
@@ -74,7 +74,7 @@ type interpretation =
(Id.t * (subscopes * notation_var_instance_type)) list *
notation_constr
-type reversibility_flag = bool
+type reversibility_status = APrioriReversible | HasLtac | NonInjective of Id.t list
type notation_interp_env = {
ninterp_var_type : notation_var_internalization_type Id.Map.t;