next up previous contents
Next: Modules Up: Basis library Previous: Basis library   Contents

Top level values

The only top level value that is not implemented is:

val use: string -> unit
MLton does not implement use because it conflicts with whole program compilation, since use allows new code to be loaded dynamically.