package hg_lib

  1. Overview
  2. Docs

Module Hg_private.BookmarkSource

Sourcemodule Public : sig ... end
include module type of struct include Public end
Sourcetype t = Public.t = {
  1. active : bool;
  2. name : string;
  3. revision_id : string;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval revision_id : t -> string
Sourceval name : t -> string
Sourceval active : t -> bool
Sourceval of_lines : Core.String.t list -> t list
OCaml

Innovation. Community. Security.