package current_git

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
include Stdlib.Set.OrderedType
type t
val compare : t -> t -> int
val id : t -> Commit_id.t
val hash : t -> string
val equal : t -> t -> bool
val pp : t Fmt.t
val pp_short : t Fmt.t

pp_short shows just the start of the hash.

val marshal : t -> string
val unmarshal : string -> t