Biocaml_lwt.LinesSourceinclude module type of struct include Biocaml_unix.Lines endinclude sig ... endParse 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.
include sig ... endval write :
Future_lwt.Writer.t ->
Biocaml_unix.Line.t Future_lwt.Pipe.Reader.t ->
unit Future_lwt.Deferred.tval write_file :
?perm:int ->
?append:bool ->
string ->
Biocaml_unix.Line.t Future_lwt.Pipe.Reader.t ->
unit Future_lwt.Deferred.t