Git.DIGEST
type t
type hash
Type of digests.
val digest : t -> hash
digest t associates a hash to any value of t. It is guaranteed that if x = y or compare x y = 0, then digest x = digest y.
digest t
hash
t
x = y
compare x y = 0
digest x = digest y