(************************************************************************) (* 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 *) (* id, named context length, evars, number of function prototypes to try to clear from evars contexts, object and optional type *) val eterm_obligations : identifier -> int -> evar_defs -> evar_map -> int -> constr -> types option -> (identifier * types * bool * Intset.t) array * constr (* Obl. name, type as product, opacity (true = opaque) and dependencies as indexes into the array *) val etermtac : open_constr -> tactic