package coq-serapi

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Names = Ser_names
type abbreviation = Names.KerName.t
val abbreviation_of_sexp : Sexplib0.Sexp.t -> abbreviation
val sexp_of_abbreviation : abbreviation -> Sexplib0.Sexp.t
type extended_global_reference = Globnames.extended_global_reference =
  1. | TrueGlobal of Names.GlobRef.t
  2. | Abbrev of abbreviation
val extended_global_reference_of_sexp : Sexplib0.Sexp.t -> extended_global_reference
val sexp_of_extended_global_reference : extended_global_reference -> Sexplib0.Sexp.t