Biocaml_ez.LinesSourceinclude module type of Biocaml_unix.Linesinclude sig ... endval write_file :
?perm:int ->
?append:bool ->
string ->
item Biocaml_unix.Future_unix.Pipe.Reader.t ->
unit Biocaml_unix.Future_unix.Deferred.tParse a stream of characters into a stream of lines.
Get a stream of lines out of an input-channel.
Write a stream of lines to an output-channel.