From bb7d7482724489521dde94a5b70af7864acfa802 Mon Sep 17 00:00:00 2001 From: barras Date: Thu, 1 Mar 2001 10:09:34 +0000 Subject: nouvelle implantation de la reduction suppression de IsXtra du noyau git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1416 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/inductive.mli | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kernel/inductive.mli') diff --git a/kernel/inductive.mli b/kernel/inductive.mli index e7504bf166..4980b9196a 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 [rel_list n m] and [rel_vect n m] compute [[Rel (n+m);...;Rel(n+1)]] *) -(* (this is iota operator in C. Paulin habilitation thesis) *) -val rel_vect : int -> int -> constr array -val rel_list : int -> int -> constr list - (*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 -- cgit v1.2.3