Module Stdppx.Out_channelSource

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