aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/notation_ops.mli
diff options
context:
space:
mode:
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