use: string -> unit, which conflicts with whole-program
compilation because it allows new code to be loaded dynamically.
MLton implements all other top level values:| Int.int = Int32.int |
| Int64.int = FixedInt.int = Position.int |
| IntInf.int = LargeInt.int |
| Real.real = Real64.real = LargeReal.real |
| Word.word = Word32.word = SysWord.word |
| Word64.word = LargeWord.word |