Next Previous Contents

4. Basis Library

This section describes the basis library modules that are either completely or partially implemented in MLton. For each module, it lists what is unimplemented, or, if many functions are unimplemented, then the complete signature is given. It also specifies which of the implemented functions are known to deviate from the basis library specification. If a module does not appear, it is unimplemented. The modules are grouped as in the basis library specification. If you need a part of the basis library and it is unimplemented, send mail to MLton@research.nj.nec.com.

4.1 Toplevel values

The only toplevel value that is not implemented is:

val use: string -> unit

4.2 General

4.3 Text

4.4 Integer

4.5 Reals

4.6 List

4.7 Arrays and vectors

4.8 IO

4.9 System

4.10 Posix


Next Previous Contents