From 0bfa187edddb0de9bb75c55e1b3d0f08830c7ac8 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Wed, 5 Jun 2013 13:26:51 +0000 Subject: Replacing lists by maps in matching interpretation. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16561 85f007b7-540e-0410-9357-904b9bb8a0f7 --- intf/pattern.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'intf/pattern.mli') 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} *) -- cgit v1.2.3