module IO_run : sig ... endmodule IO_flush : sig ... endval flush : unit -> unit IO_flush.tFlush whatever need to be to get pending output out on file descriptor 0.
val run : (unit -> unit IO_run.t) -> unitRun an IO operation until completion
Make.1-Configmodule IO_run : sig ... endmodule IO_flush : sig ... endval flush : unit -> unit IO_flush.tFlush whatever need to be to get pending output out on file descriptor 0.
val run : (unit -> unit IO_run.t) -> unitRun an IO operation until completion