Up

Module Digest_result

Signature

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