Module Discharge

type inline = bool
type 'opaque result = {
cook_body : (Constr.constr'opaque) Declarations.constant_def;
cook_type : Constr.types;
cook_universes : Declarations.universes;
cook_relevance : Sorts.relevance;
cook_inline : inline;
cook_context : Names.Id.Set.t option;
cook_univ_hyps : Univ.Instance.t;
cook_flags : Declarations.typing_flags;
}