alice
library
manual.

Alice Project

The IO structure


________ Synopsis ____________________________________________________

    signature IO
    structure IO : IO
  

The Standard ML Basis' IO structure.

See also: BinIO, TextIO, IMPERATIVE_IO, STREAM_IO, PRIM_IO


________ Import ______________________________________________________

Imported implicitly.


________ Interface ___________________________________________________

    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
  

________ Description _________________________________________________

Like the Standard ML Basis' IO structure.



last modified 2007/Mar/30 17:10