package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Names = Ser_names
type axiom = Printer.axiom =
  1. | Constant of Names.Constant.t
  2. | Positive of Names.MutInd.t
  3. | Guarded of Names.GlobRef.t
  4. | TypeInType of Names.GlobRef.t
  5. | UIP of Names.MutInd.t
val axiom_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> axiom
val sexp_of_axiom : axiom -> Ppx_sexp_conv_lib.Sexp.t