next up previous contents
Next: Relation to Standard ML Up: No Title Previous: List of all library

The preloaded library units

The following libraries are preloaded by default: Array, Char, List, String, TextIO, and Vector. To load any other library lib, evaluate load "lib" in the top-level system.

Notation in the tables below

tabular838

List manipulation functions (unit List)

tabular844

Built-in values and functions for text-mode input/output (unit TextIO)

tabular898

String manipulation functions (unit String)

tabular930

Vector manipulation functions (unit Vector)

Type 'a vector is the type of one-dimensional, immutable, zero-based constant time access vectors with elements of type 'a. Type 'a vector admits equality if 'a does.

tabular974

Array manipulation functions (unit Array)

Type 'a array is the type of one-dimensional, mutable, zero-based constant time access arrays with elements of type 'a. Type 'a array admits equality regardless whether 'a does.

tabular1016

Character manipulation functions (unit Char)

tabular1062


next up previous contents
Next: Relation to Standard ML Up: No Title Previous: List of all library

Moscow ML 1.42