diff options
| author | ppedrot | 2013-06-05 13:26:51 +0000 |
|---|---|---|
| committer | ppedrot | 2013-06-05 13:26:51 +0000 |
| commit | 0bfa187edddb0de9bb75c55e1b3d0f08830c7ac8 (patch) | |
| tree | 0afc6a72e635ebba2fb851a789ef88a333006d6d /intf/pattern.mli | |
| parent | 76cb7a13d714639a8f4d448416dddda86e86f9fb (diff) | |
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
Diffstat (limited to 'intf/pattern.mli')
| -rw-r--r-- | intf/pattern.mli | 4 |
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} *) |
