Module Stdppx.Out_channelSource

Sourceval create : ?binary:??? -> ?append:??? -> ?fail_if_exists:??? -> ?perm:??? -> string -> out_channel
Sourceval with_file : ?binary:??? -> ?append:??? -> ?fail_if_exists:??? -> ?perm:??? -> string -> f:(out_channel -> 'a) -> 'a
Sourceval write_all : string -> data:string -> unit