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 --- pretyping/typing.mli | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pretyping/typing.mli') diff --git a/pretyping/typing.mli b/pretyping/typing.mli index 0aa65bef3..9a40d01ec 100644 --- a/pretyping/typing.mli +++ b/pretyping/typing.mli @@ -25,10 +25,10 @@ val sort_of : env -> evar_map -> types -> sorts val check : env -> evar_map -> constr -> types -> unit (* The same but with metas... *) -val mtype_of : env -> evar_defs -> constr -> types -val msort_of : env -> evar_defs -> types -> sorts -val mcheck : env -> evar_defs -> constr -> types -> unit -val meta_type : evar_defs -> metavariable -> types +val mtype_of : env -> evar_map -> constr -> types +val msort_of : env -> evar_map -> types -> sorts +val mcheck : env -> evar_map -> constr -> types -> unit +val meta_type : evar_map -> metavariable -> types (* unused typing function... *) -val mtype_of_type : env -> evar_defs -> types -> types +val mtype_of_type : env -> evar_map -> types -> types -- cgit v1.2.3