(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* constr list (* val eterm_term : evar_map -> constr -> types option -> constr * types option * (identifier * types) 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 -> constr -> types -> (identifier * types * loc * bool * Intset.t) array * constr * types (* Obl. name, type as product, location of the original evar, opacity (true = opaque) and dependencies as indexes into the array *) val etermtac : open_constr -> tactic