Devkit_core.ControlSourceControl flow
bracket resource destroy k
wrapped acc result k
Computation k accumulates result into resource acc which is guaranteed to be released at the end. Rarely useful (e.g. IO.output_string)
File IO
Protected file IO, stdlib interface
val with_open_out_temp_file :
?temp_dir:string ->
mode:open_flag list ->
((string * out_channel) -> 'a) ->
'aProtected file IO, extlib interface
Misc.