signature IO structure IO : IO
The Standard ML Basis' IO structure.
See also: BinIO, TextIO, IMPERATIVE_IO, STREAM_IO, PRIM_IO
Imported implicitly.
signature IO = sig exception Io of {name : string, function : string, cause : exn} exception BlockingNotSupported exception NonblockingNotSupported exception RandomAccessNotSupported exception ClosedStream datatype buffer_mode = NO_BUF | LINE_BUF | BLOCK_BUF end
Like the Standard ML Basis' IO structure.