aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/indtypes.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-15 14:26:58 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-15 14:26:58 +0000
commitd608222a594861efbae01e71018b8dcfc143e09a (patch)
treedbcd4e2ac871b95c15471de3939873bc3684b7e7 /kernel/indtypes.mli
parent7872cda8545ba82827d34e6940b83f5809990f9d (diff)
- suppression mind_extract_params
- contraintes univers parametres inductifs prises en compte - exception UniverseInconsistency donne un message "Error: Universe Inconsistency" git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1125 85f007b7-540e-0410-9357-904b9bb8a0f7
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. *)