Stdppx.Out_channel
val create :
?binary:bool ->
?append:bool ->
?fail_if_exists:bool ->
?perm:int ->
string ->
out_channel
val with_file :
?binary:bool ->
?append:bool ->
?fail_if_exists:bool ->
?perm:int ->
string ->
f:(out_channel -> 'a) ->
'b