From 5c1768a4dcf39ffd7d58ea9448a842376e86ccf9 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 5 Mar 2001 08:20:05 +0000 Subject: Re-Déplacement extended_rel_list git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1423 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/term.mli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kernel/term.mli') diff --git a/kernel/term.mli b/kernel/term.mli index 8672f10a43..87a6c06f6c 100644 --- a/kernel/term.mli +++ b/kernel/term.mli @@ -489,6 +489,11 @@ val substn_vars : int -> identifier list -> constr -> constr 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_declaration list -> constr array +val extended_rel_list : int -> rel_declaration list -> constr list + (*s Occur check functions. *) val occur_meta : constr -> bool -- cgit v1.2.3