aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/reserve.ml
diff options
context:
space:
mode:
Diffstat (limited to 'interp/reserve.ml')
-rw-r--r--interp/reserve.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/reserve.ml b/interp/reserve.ml
index 0ab7ec6c7..12c3dcbba 100644
--- a/interp/reserve.ml
+++ b/interp/reserve.ml
@@ -112,7 +112,7 @@ let anonymize_if_reserved na t = match na with
(try
if not !Flags.raw_print &&
(try
- let ntn = notation_constr_of_glob_constr [] [] t in
+ let ntn = notation_constr_of_glob_constr Id.Map.empty Id.Map.empty t in
Pervasives.(=) ntn (find_reserved_type id) (** FIXME *)
with UserError _ -> false)
then GHole (Loc.ghost,Evar_kinds.BinderType na)