aboutsummaryrefslogtreecommitdiff
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index d9add1e6fc..7e08a31c00 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -26,9 +26,9 @@ exception Induc
only a coinductive type.
They raise [Induc] if not convertible to a recursive type. *)
-val find_rectype : env -> constr -> inductive * constr list
-val find_inductive : env -> constr -> inductive * constr list
-val find_coinductive : env -> constr -> inductive * constr list
+val find_rectype : env -> types -> inductive * constr list
+val find_inductive : env -> types -> inductive * constr list
+val find_coinductive : env -> types -> inductive * constr list
(*s Fetching information in the environment about an inductive type.
Raises Induc if the inductive type is not found. *)