Odoc_utils.Io_utils
Sourcewith_open_*
are resource safe wrappers around opening and closing channels. They are equivalent to the same functions in OCaml 4.14's In_channel
and Out_channel
.
Read a file line-by-line by folding f
.
Read a file as a list of lines.
Like with_open_out
but operate on a Format
buffer.
Shortcuts for composing with_open_*
functions and Marshal
.