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:Date.fromString and Date.scan accept a space in addition to a zero for the first character of the day of the month. The basis library specification only allows a zero.FixedInt: INTEGER
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 |