3.1 Introduction
The structures are deprecated because, with the adoption of the Standard ML Basis library, the functionality they provide has been superseded by functionality provided by the Basis.
IO
structure provides input/output facilities. It has been superseded by the Basis library's IO
structure.
Option
structure provides yet another description of the 'a
option type. Note that MLWorks.Option.option
is the same type as General.option
, which in turn is the same type as the top-level option.
String
structure implements various operations on strings; again this has been superseded by the Basis String
structure, and so will soon vanish.
Time
structure provides a programmatic interface to the MLWorks timer. It has been superseded by the Basis structures Time
and Timer
. Time
is deprecated, but minimally documented because in MLWorks 1.0 the profiler uses it. However, the profiler will use Basis time facilities in a future release.
Internal
structure is not intended for external use; it too is not documented.
Generated with Harlequin WebMaker