Module Jenga_lib.Fs.Digest_result

type t = [
| `stat_error of Core.Error.t
| `does_not_exist
| `is_a_dir
| `undigestable of Kind.t
| `digest_error of Core.Error.t
| `digest of Digest.t
]