(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* constr list (* env, id, evars, number of function prototypes to try to clear from evars contexts, object and type *) val eterm_obligations : env -> identifier -> evar_defs -> evar_map -> int -> ?status:obligation_definition_status -> constr -> types -> (identifier * types * loc * obligation_definition_status * Intset.t) array * constr * types (* Obl. name, type as product, location of the original evar, status and dependencies as indexes into the array *) val etermtac : open_constr -> tactic