Module Brzo.Sexp
S-expression toolbox.
val of_string : ?file:B0_std.Fpath.t -> string -> (B0_serialk_sexp.Sexp.t, string) Stdlib.result
of_string
is likeB0_serialk_sexp
.Sexp.seq_of_string' but with alternate error formatting.
val of_file : B0_std.Fpath.t -> (B0_serialk_sexp.Sexp.t * 'a list, string) Stdlib.result
of_file file
reads fromfile
usingof_string
.