(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* constr -> constr -> evar_defs -> evar_defs val the_conv_x_leq : env -> constr -> constr -> evar_defs -> evar_defs (* The same function resolving evars by side-effect and catching the exception *) val e_conv : env -> evar_defs ref -> constr -> constr -> bool val e_cumul : env -> evar_defs ref -> constr -> constr -> bool (*i For debugging *) val evar_conv_x : env -> evar_defs -> conv_pb -> constr -> constr -> evar_defs * bool val evar_eqappr_x : env -> evar_defs -> conv_pb -> constr * constr list -> constr * constr list -> evar_defs * bool (*i*)