Module Jenga_lib__Db.Digest

proxy for the contents of a file in the file-system

type t
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t
val hash_fold_t : Base.Hash.state ‑> t ‑> Base.Hash.state
val hash : t ‑> Base.Hash.hash_value
val compare : t ‑> t ‑> int
val intern : Core.Md5.t ‑> t
module With_store : sig ... end