Module Brzo_b0_latex.Fls
.fls
files reader.
A .fls
is generated by TeX tools whenever the -record
option is specified. It indicates all the files read and written by the LaTeX generation.
.fls
Files
val reads : t -> B0_std.Fpath.Set.t
reads f
are absolute paths to file reads.
val writes : t -> B0_std.Fpath.Set.t
writes f
are absolute paths to file writes.
val of_string : ?file:B0_std.Fpath.t -> string -> (t, string) Stdlib.result
of_string s
parses.fls
data froms
assuming it was read from filefile
(for error reporting, defaults toOs
.File.dash).