(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* constr -> (Refset_env.t * Refset_env.t Refmap_env.t * (label * Context.Rel.t * types) list Refmap_env.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 -> global_reference -> constr -> Term.types ContextObjectMap.t