(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* (Refset.t * Refset.t Refmap.t) (** Collects all the assumptions (optionally including opaque definitions) on which a term relies (together with their type). The above warning of {!traverse} also applies. *) val assumptions : ?add_opaque:bool -> ?add_transparent:bool -> transparent_state -> constr -> Term.types ContextObjectMap.t