From 2b8ad61822111fad93176b54800cb43e347df292 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Sat, 3 Aug 2013 18:35:03 +0000 Subject: Replacing uses of association lists by maps in notations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16655 85f007b7-540e-0410-9357-904b9bb8a0f7 --- interp/reserve.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'interp/reserve.ml') 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) -- cgit v1.2.3