package current_git

  1. Overview
  2. Docs

Module Current_git.CommitSource

include Set.OrderedType
Sourcetype t

The type of the set elements.

Sourceval compare : t -> t -> int

A total ordering function over the set elements. This is a two-argument function f such that f e1 e2 is zero if the elements e1 and e2 are equal, f e1 e2 is strictly negative if e1 is smaller than e2, and f e1 e2 is strictly positive if e1 is greater than e2. Example: a suitable ordering function is the generic structural comparison function Stdlib.compare.

Sourceval v : repo:Fpath.t -> id:Commit_id.t -> t
Sourceval id : t -> Commit_id.t
Sourceval hash : t -> string
Sourceval equal : t -> t -> bool
Sourceval pp : t Fmt.t
Sourceval repo : t -> Fpath.t
Sourceval pp_short : t Fmt.t

pp_short shows just the start of the hash.

Sourceval marshal : t -> string
Sourceval unmarshal : string -> t
OCaml

Innovation. Community. Security.