aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/indtypes.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/indtypes.mli')
-rw-r--r--kernel/indtypes.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/indtypes.mli b/kernel/indtypes.mli
index b8ea65f16..be97f5249 100644
--- a/kernel/indtypes.mli
+++ b/kernel/indtypes.mli
@@ -28,11 +28,6 @@ type inductive_error =
| BadInduction of bool * identifier * sorts
| NotMutualInScheme
-(* [mind_extract_params] extracts the parameters of an inductive
- type declaration. *)
-
-val mind_extract_params : int -> constr -> Sign.rel_context * constr
-
exception InductiveError of inductive_error
(*s The following function does checks on inductive declarations. *)