From aa40ae5b2fe08d65f62200e65fe6da9467f55e51 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 8 Apr 2009 14:52:20 +0000 Subject: - Fixing bug #2084 (unification not checking sort constraints), hoping it does not cause a time penalty. - Removing of get_type_of_with_meta made possible by the evar_defs/evar_map merge. - Adding unfolding of Meta in reductionops (this assumes that reduction does not move Metas across binders...) - Renaming newly created fold_map_rel_context into map_rel_context_in_env. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12061 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/retyping.mli | 3 --- 1 file changed, 3 deletions(-) (limited to 'pretyping/retyping.mli') diff --git a/pretyping/retyping.mli b/pretyping/retyping.mli index 52e5d7049..be42fd858 100644 --- a/pretyping/retyping.mli +++ b/pretyping/retyping.mli @@ -25,9 +25,6 @@ val get_type_of : env -> evar_map -> constr -> types val get_sort_of : env -> evar_map -> types -> sorts val get_sort_family_of : env -> evar_map -> types -> sorts_family -val get_type_of_with_meta : - env -> evar_map -> Termops.meta_type_map -> constr -> types - (* Makes an assumption from a constr *) val get_assumption_of : env -> evar_map -> constr -> types -- cgit v1.2.3