From 3afaf3dde673d77cacaabc354f008dfbe49a7cee Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 24 Jul 2000 13:39:23 +0000 Subject: Passage à des contextes de vars et de rels pouvant contenir des déclarations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@568 85f007b7-540e-0410-9357-904b9bb8a0f7 --- kernel/instantiate.mli | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kernel/instantiate.mli') diff --git a/kernel/instantiate.mli b/kernel/instantiate.mli index 40601c6045..d3454f1ccc 100644 --- a/kernel/instantiate.mli +++ b/kernel/instantiate.mli @@ -5,15 +5,16 @@ open Names open Term open Evd +open Sign open Environ (*i*) (* Instantiation of constants and inductives on their real arguments. *) val instantiate_constr : - identifier list -> constr -> constr list -> constr + var_context -> constr -> constr list -> constr val instantiate_type : - identifier list -> typed_type -> constr list -> typed_type + var_context -> typed_type -> constr list -> typed_type type const_evaluation_error = NotDefinedConst | OpaqueConst exception NotEvaluableConst of const_evaluation_error -- cgit v1.2.3