aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation_ops.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-03 18:35:03 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-03 18:35:03 +0000
commit2b8ad61822111fad93176b54800cb43e347df292 (patch)
tree9a4668cc5533d355a69c3f6583658ee9e342c66b /interp/notation_ops.mli
parenteb4bdf9317ad53f464a87219c1625b9118d4660a (diff)
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
Diffstat (limited to 'interp/notation_ops.mli')
-rw-r--r--interp/notation_ops.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/notation_ops.mli b/interp/notation_ops.mli
index d46657b5c..9c4ac8d7e 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