package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ax_ctx = (Names.Label.t * Constr.rel_context * Constr.t) list
type t = {
  1. predicative : bool;
  2. type_in_type : bool;
  3. vars : (Names.Id.t * Constr.t) list;
  4. axioms : (Printer.axiom * Constr.t * ax_ctx) list;
  5. opaque : (Names.Constant.t * Constr.t) list;
  6. trans : (Names.Constant.t * Constr.t) list;
}
val print : Environ.env -> Evd.evar_map -> t -> Pp.t