Module Stdppx.Out_channelSource
Source
val create :
?binary:bool ->
?append:bool ->
?fail_if_exists:bool ->
?perm:int ->
string ->
Stdlib.out_channelSource
val with_file :
?binary:bool ->
?append:bool ->
?fail_if_exists:bool ->
?perm:int ->
string ->
f:(Stdlib.out_channel -> 'a) ->
'a