Module Serapi.Serapi_assumptionsSource
Sourcetype ax_ctx = (Names.Label.t * Constr.rel_context * Constr.t) list Sourcetype t = {predicative : Declarations.set_predicativity;type_in_type : bool;vars : (Names.Id.t * Constr.t) list;axioms : (Printer.axiom * Constr.t * ax_ctx) list;opaque : (Names.Constant.t * Constr.t) list;trans : (Names.Constant.t * Constr.t) list;
} Sourceval build : Environ.env -> Constr.t Printer.ContextObjectMap.t -> t Sourceval print : Environ.env -> Evd.evar_map -> t -> Pp.t