aboutsummaryrefslogtreecommitdiff
path: root/intf/pattern.mli
diff options
context:
space:
mode:
Diffstat (limited to 'intf/pattern.mli')
-rw-r--r--intf/pattern.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/intf/pattern.mli b/intf/pattern.mli
index cec3fe87d1..d0ccb2d9b3 100644
--- a/intf/pattern.mli
+++ b/intf/pattern.mli
@@ -47,8 +47,8 @@ type constr_under_binders = Id.t list * constr
(** Types of substitutions with or w/o bound variables *)
-type patvar_map = (patvar * constr) list
-type extended_patvar_map = (patvar * constr_under_binders) list
+type patvar_map = constr Id.Map.t
+type extended_patvar_map = constr_under_binders Id.Map.t
(** {5 Patterns} *)