aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/pattern.ml
diff options
context:
space:
mode:
Diffstat (limited to 'intf/pattern.ml')
-rw-r--r--intf/pattern.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/intf/pattern.ml b/intf/pattern.ml
index 16c480735..20636accf 100644
--- a/intf/pattern.ml
+++ b/intf/pattern.ml
@@ -8,13 +8,13 @@
open Names
open Globnames
-open Term
+open Constr
open Misctypes
(** {5 Patterns} *)
type case_info_pattern =
- { cip_style : case_style;
+ { cip_style : Constr.case_style;
cip_ind : inductive option;
cip_ind_tags : bool list option; (** indicates LetIn/Lambda in arity *)
cip_extensible : bool (** does this match end with _ => _ ? *) }