aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-20 14:38:21 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-11-20 14:38:21 +0000
commit52c0bf0da05bcfce49ce5c8321e8b9ed7b3a1cb5 (patch)
tree8222d00a63e6ab08d8f5eac3d8fce7a29083a43c /kernel/inductive.mli
parent2ba5fc92551cfe9632ad01a5ae52aa7c7d0241f6 (diff)
types vs constr
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2210 85f007b7-540e-0410-9357-904b9bb8a0f7
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 d9add1e6f..7e08a31c0 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. *)