Module Jenga_lib.Fs.Contents_result

type t = [
| `file_read_error of Core.Error.t
| `is_a_dir
| `contents of string
]