aboutsummaryrefslogtreecommitdiff
path: root/intf/notation_term.ml
diff options
context:
space:
mode:
authorHugo Herbelin2017-08-12 14:23:11 +0200
committerHugo Herbelin2018-02-20 10:03:03 +0100
commit6e1f26a075a48fb32bce32e07d6b58e2f38b97a5 (patch)
tree38babec4eba2840b916402c85df00971804918bd /intf/notation_term.ml
parent65505b835d6a77b8702d11d09e8cf6b84c529c65 (diff)
More precise explanation when a notation is not reversible for printing.
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 cad6f4b821..d1cbb6a33d 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;