From bfc3e8cddd58cadc1bc907914a2ccd660be53912 Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 11 Oct 2011 19:18:02 +0000 Subject: Moved to a more standard order of arguments (i.e. env followed by evar_map) for the functions of unification.ml. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14547 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/unification.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pretyping/unification.mli') diff --git a/pretyping/unification.mli b/pretyping/unification.mli index cc781c871..d28451177 100644 --- a/pretyping/unification.mli +++ b/pretyping/unification.mli @@ -33,16 +33,16 @@ val elim_no_delta_flags : unify_flags (** The "unique" unification fonction *) val w_unify : - env -> conv_pb -> ?flags:unify_flags -> constr -> constr -> evar_map -> evar_map + env -> evar_map -> conv_pb -> ?flags:unify_flags -> constr -> constr -> evar_map (** [w_unify_to_subterm env (c,t) m] performs unification of [c] with a subterm of [t]. Constraints are added to [m] and the matched subterm of [t] is also returned. *) val w_unify_to_subterm : - env -> ?flags:unify_flags -> constr * constr -> evar_map -> evar_map * constr + env -> evar_map -> ?flags:unify_flags -> constr * constr -> evar_map * constr val w_unify_to_subterm_all : - env -> ?flags:unify_flags -> constr * constr -> evar_map -> (evar_map * constr) list + env -> evar_map -> ?flags:unify_flags -> constr * constr -> (evar_map * constr) list val w_unify_meta_types : env -> ?flags:unify_flags -> evar_map -> evar_map -- cgit v1.2.3