[MLton] Specification of scan in STRING
Vesa Karvonen
vesa.karvonen at cs.helsinki.fi
Mon Mar 5 07:46:24 PST 2007
I noticed that the specification of scan in the MLton Basis library implementation
of the STRING signature is
val scan: (Char.char, 'a) StringCvt.reader -> (string, 'a) StringCvt.reader
^^^^^^^^^
while the Basis spec says that it should be
val scan : (char, 'a) StringCvt.reader -> (string, 'a) StringCvt.reader
^^^^
Which one needs to be fixed?
-Vesa Karvonen
More information about the MLton
mailing list