Module IOExtras


module IOExtras: sig  end
Some I/O utility functions

val open_out : string -> Pervasives.out_channel
Open a file for output and auto-flush at exit
val output_endline : ?ostream:Pervasives.out_channel -> string -> unit
print_endline on a generic channel (or stdout if you don't give one).