General functions.
type t
The type for the given Git object.
val equal : t -> t -> bool
Are two objects equal?
val hash : t -> int
Hash an object.
val compare : t -> t -> int
Compare two objects.
val pp : t Fmt.t
pp is the pretty-printer for values of type t.
pp
t