aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/inductive.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-03-05 08:20:05 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-03-05 08:20:05 +0000
commit5c1768a4dcf39ffd7d58ea9448a842376e86ccf9 (patch)
treee9280dfdc42bf332cfe0975aa21e64d9439d59c7 /kernel/inductive.mli
parent5feec6f56c84a9552579438bdba5a5d7f56424f7 (diff)
Re-Déplacement extended_rel_list
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1423 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/inductive.mli')
-rw-r--r--kernel/inductive.mli5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/inductive.mli b/kernel/inductive.mli
index 4980b9196..e1ee0a56f 100644
--- a/kernel/inductive.mli
+++ b/kernel/inductive.mli
@@ -116,11 +116,6 @@ val build_dependent_constructor : constructor_summary -> constr
the constructor argument of a dependent predicate in a cases branch *)
val build_dependent_inductive : inductive_family -> constr
-(*s [extended_rel_vect n hyps] and [extended_rel_list n hyps]
- generalizes [rel_vect] when local definitions may occur in parameters *)
-val extended_rel_vect : int -> rel_context -> constr array
-val extended_rel_list : int -> rel_context -> constr list
-
(* if the arity for some inductive family [indf] associated to [(I
params)] is [(x1:A1)...(xn:An)sort'] then [make_arity env sigma dep
indf k] builds [(x1:A1)...(xn:An)sort] which is the arity of an