package hg_lib

  1. Overview
  2. Docs

Module Hg_private.TagSource

Sourcemodule Public : sig ... end
include module type of struct include Public end
Sourcetype t = Public.t = {
  1. tag : string;
  2. revision_num : int;
  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 revision_num : t -> int
Sourceval tag : t -> string
Sourcemodule Fields = Public.Fields
Sourceval of_line : string -> t option