package coq-lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Serlib.Ser_libobjectSource

Sourcemodule Names = Ser_names
Sourcemodule Mod_subst = Ser_mod_subst
Sourcemodule Libnames = Ser_libnames
Sourcemodule CString : sig ... end
Sourcetype _open_filter =
  1. | Unfiltered
  2. | Filtered of CString.Pred.t
Sourceval _open_filter_of_sexp : Sexplib0.Sexp.t -> _open_filter
Sourceval sexp_of__open_filter : _open_filter -> Sexplib0.Sexp.t
Sourceval _t_put : 'a -> 'b
Sourceval _t_get : 'a -> 'b
Sourcetype open_filter = Libobject.open_filter
Sourceval open_filter_of_sexp : Sexplib0.Sexp.t -> 'a
Sourceval sexp_of_open_filter : 'a -> Sexplib0.Sexp.t
Sourcemodule Dyn : sig ... end
Sourcetype obj = Dyn.t
Sourceval obj_of_sexp : Sexplib0.Sexp.t -> obj
Sourceval sexp_of_obj : obj -> Sexplib0.Sexp.t
Sourcemodule ExportObj : sig ... end
Sourcetype ('subs, 'alg, 'keep, 'escape) object_view = ('subs, 'alg, 'keep, 'escape) Libobject.object_view =
  1. | ModuleObject of Names.Id.t * 'subs
  2. | ModuleTypeObject of Names.Id.t * 'subs
  3. | IncludeObject of 'alg
  4. | KeepObject of Names.Id.t * 'keep
  5. | EscapeObject of Names.Id.t * 'escape
  6. | ExportObject of ExportObj.t
  7. | AtomicObject of obj
Sourceval object_view_of_sexp : 'subs 'alg 'keep 'escape. (Sexplib0.Sexp.t -> 'subs) -> (Sexplib0.Sexp.t -> 'alg) -> (Sexplib0.Sexp.t -> 'keep) -> (Sexplib0.Sexp.t -> 'escape) -> Sexplib0.Sexp.t -> ('subs, 'alg, 'keep, 'escape) object_view
Sourceval sexp_of_object_view : 'subs 'alg 'keep 'escape. ('subs -> Sexplib0.Sexp.t) -> ('alg -> Sexplib0.Sexp.t) -> ('keep -> Sexplib0.Sexp.t) -> ('escape -> Sexplib0.Sexp.t) -> ('subs, 'alg, 'keep, 'escape) object_view -> Sexplib0.Sexp.t
Sourceand algebraic_objects = Libobject.algebraic_objects =
  1. | Objs of t list
  2. | Ref of Names.ModPath.t * Mod_subst.substitution
Sourceand substitutive_objects = Names.MBId.t list * algebraic_objects
Sourceand keep_objects = Libobject.keep_objects = {
  1. keep_objects : t list;
}
Sourceand escape_objects = Libobject.escape_objects = {
  1. escape_objects : t list;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval algebraic_objects_of_sexp : Sexplib0.Sexp.t -> algebraic_objects
Sourceval substitutive_objects_of_sexp : Sexplib0.Sexp.t -> substitutive_objects
Sourceval keep_objects_of_sexp : Sexplib0.Sexp.t -> keep_objects
Sourceval escape_objects_of_sexp : Sexplib0.Sexp.t -> escape_objects
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval sexp_of_algebraic_objects : algebraic_objects -> Sexplib0.Sexp.t
Sourceval sexp_of_substitutive_objects : substitutive_objects -> Sexplib0.Sexp.t
Sourceval sexp_of_keep_objects : keep_objects -> Sexplib0.Sexp.t
Sourceval sexp_of_escape_objects : escape_objects -> Sexplib0.Sexp.t
Sourcetype object_prefix = Libobject.object_prefix = {
  1. obj_path : Libnames.full_path;
  2. obj_mp : Names.ModPath.t;
}
Sourceval object_prefix_of_sexp : Sexplib0.Sexp.t -> object_prefix
Sourceval sexp_of_object_prefix : object_prefix -> Sexplib0.Sexp.t