aboutsummaryrefslogtreecommitdiffhomepage
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 a8c787673..5c0dfbd5d 100644
--- a/intf/pattern.mli
+++ b/intf/pattern.mli
@@ -43,7 +43,7 @@ open Misctypes
could be inferred. We also loose the ability of typing ltac
variables before calling the right-hand-side of ltac matching clauses. *)
-type constr_under_binders = identifier list * constr
+type constr_under_binders = Id.t list * constr
(** Types of substitutions with or w/o bound variables *)
@@ -60,7 +60,7 @@ type case_info_pattern =
type constr_pattern =
| PRef of global_reference
- | PVar of identifier
+ | PVar of Id.t
| PEvar of existential_key * constr_pattern array
| PRel of int
| PApp of constr_pattern * constr_pattern array