Module Op.Read
File reads.
File reads
val file : t -> B0_std.Fpath.t
file r
is the file read byr
.
val result : t -> (string, string) Stdlib.result
result r
is the contents of the read file or an error.
val set_result : t -> (string, string) Stdlib.result -> unit
set_result r res
sets the file read result ofr
tores
.
Formatters
val pp_result : (string, string) Stdlib.result B0_std.Fmt.t
pp_result
formats the read result.
val pp : t B0_std.Fmt.t
pp
formats a read.