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/notation_ops.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'interp/notation_ops.mli') diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli index d46657b5c7..9c4ac8d7ec 100644 --- a/interp/notation_ops.mli +++ b/interp/notation_ops.mli @@ -17,8 +17,8 @@ open Glob_term bound by the notation; also interpret recursive patterns *) val notation_constr_of_glob_constr : - (Id.t * notation_var_internalization_type) list -> - (Id.t * Id.t) list -> glob_constr -> notation_constr + notation_var_internalization_type Id.Map.t -> + Id.t Id.Map.t -> glob_constr -> notation_constr (** Name of the special identifier used to encode recursive notations *) val ldots_var : Id.t -- cgit v1.2.3