To report a bug, please send mail to
MLton@research.nj.nec.com.
Please include the complete SML program that caused the problem an a
log of a compile of the program with the -v
flag.
This section lists the known unresolved bugs in MLton or in the basis library implementation. It does not list unimplemented portions of the basis library.
Int.+
, Int.-
, and Int.*
.
Real.fmt
, Real.toString
, Real.fromString
,
Real.scan
do not match the basis library specification.
fun 'a f (x : 'a) =
let datatype foo = Foo of 'a * int
in 13
end
This may, in fact be an oversight in the Definition of SML, since
unchecked use of this feature can lead to type unsoundness.
mlprof
.