Module Op.Read
File reads.
File reads
val file : t -> B0_std.Fpath.tfile ris the file read byr.
val result : t -> (string, string) Stdlib.resultresult ris the contents of the read file or an error.
val set_result : t -> (string, string) Stdlib.result -> unitset_result r ressets the file read result ofrtores.
Formatters
val pp_result : (string, string) Stdlib.result B0_std.Fmt.tpp_resultformats the read result.
val pp : t B0_std.Fmt.tppformats a read.