aboutsummaryrefslogtreecommitdiff
path: root/pretyping/cases.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/cases.mli')
-rw-r--r--pretyping/cases.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/pretyping/cases.mli b/pretyping/cases.mli
index 3dbe65ff8a..fbf77e4027 100644
--- a/pretyping/cases.mli
+++ b/pretyping/cases.mli
@@ -6,6 +6,7 @@ open Names
open Term
open Evd
open Environ
+open Inductive
open Rawterm
open Evarutil
(*i*)
@@ -13,7 +14,7 @@ open Evarutil
(* Used for old cases in pretyping *)
val branch_scheme :
- env -> 'a evar_defs -> bool -> int -> inductive * constr list -> constr
+ env -> 'a evar_defs -> bool -> int -> inductive_family -> constr
(* Compilation of pattern-matching. *)