From 52c0bf0da05bcfce49ce5c8321e8b9ed7b3a1cb5 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 20 Nov 2001 14:38:21 +0000 Subject: types vs constr git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2210 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/inductive.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernel/inductive.mli') 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. *) -- cgit v1.2.3