From 0601db38b579513e4ab39a161591cd359260490e Mon Sep 17 00:00:00 2001 From: glondu Date: Wed, 11 Nov 2009 20:01:04 +0000 Subject: Promote evar_defs to evar_map (in Evd) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12502 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/subtac/subtac_pretyping.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/subtac/subtac_pretyping.mli') diff --git a/plugins/subtac/subtac_pretyping.mli b/plugins/subtac/subtac_pretyping.mli index fab8eccc7..055c6df22 100644 --- a/plugins/subtac/subtac_pretyping.mli +++ b/plugins/subtac/subtac_pretyping.mli @@ -12,12 +12,12 @@ module Pretyping : Pretyping.S val interp : Environ.env -> - Evd.evar_defs ref -> + Evd.evar_map ref -> Rawterm.rawconstr -> Evarutil.type_constraint -> Term.constr * Term.constr -val subtac_process : env -> evar_defs ref -> identifier -> local_binder list -> +val subtac_process : env -> evar_map ref -> identifier -> local_binder list -> constr_expr -> constr_expr option -> evar_map * constr * types * manual_explicitation list -val subtac_proof : Decl_kinds.definition_kind -> Tacexpr.declaration_hook -> env -> evar_defs ref -> identifier -> local_binder list -> +val subtac_proof : Decl_kinds.definition_kind -> Tacexpr.declaration_hook -> env -> evar_map ref -> identifier -> local_binder list -> constr_expr -> constr_expr option -> Subtac_obligations.progress -- cgit v1.2.3