mlton usage messages

Stephen Weeks MLton@sourcelight.com
Fri, 22 Jun 2001 09:03:59 -0700


> Here are all the functions in the basis library that can raise overflow.
> 
> Int.{div, quot, +, -, *}
> IntInf.toInt
> Real.{checkFloat, toInt}
> Word.{fromString, scan, toInt}
> 
> I guess it makes sense to turn it off for all Int functions but leave it on for
> others?

OK.  I changed the basis library so that -detect-overflow controls those five
Int functions.