coq-lsp.serlib
Serlib.Ser_lib
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.request
fleche_waterproof
petanque_json
petanque_shell
serlib_cc
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ltac2
serlib_micromega
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
module Nametab = Ser_nametab
module Libobject = Ser_libobject
module Summary = Ser_summary
type is_type = bool
val is_type_of_sexp : Sexplib0.Sexp.t -> is_type
val sexp_of_is_type : is_type -> Sexplib0.Sexp.t
type export_flag = Lib.export_flag =
| Export
| Import
val export_flag_of_sexp : Sexplib0.Sexp.t -> export_flag
val sexp_of_export_flag : export_flag -> Sexplib0.Sexp.t
type export = (export_flag * Libobject.open_filter) option
val export_of_sexp : Sexplib0.Sexp.t -> export
val sexp_of_export : export -> Sexplib0.Sexp.t
type node = Lib.node =
| CompilingLibrary of Nametab.object_prefix
| OpenedModule of is_type * export * Nametab.object_prefix * Summary.frozen
| OpenedSection of Nametab.object_prefix * Summary.frozen
val node_of_sexp : Sexplib0.Sexp.t -> node
val sexp_of_node : node -> Sexplib0.Sexp.t
type library_segment = (node * Libobject.t list) list
val library_segment_of_sexp : Sexplib0.Sexp.t -> library_segment
val sexp_of_library_segment : library_segment -> Sexplib0.Sexp.t