jon.recoil.org

Module Stdppx.Out_channelSource

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