From: Matthias B. <bl...@re...> - 2002-07-31 14:51:59
|
SML/NJ does check for integer overflow (and, AFAIK, alwas has). Cheers, Matthias Dave Berry wrote: >Out of interest, which implementations do and do not check for overflow on >integer operations? I know that MLj and SML.NET definitely do not. I've >heard rumours that MLton does not; are these rumours correct? Poly/ML uses >intinf as the default integer type (at least it used to -- I haven't seen >recent versions); does it support any other size of int? > >Yours curiously, > >Dave. > > >------------------------------------------------------- >This sf.net email is sponsored by: Dice - The leading online job board >for high-tech professionals. Search and apply for tech jobs today! >http://seeker.dice.com/seeker.epl?rel_code=31 >_______________________________________________ >Sml-implementers mailing list >Sml...@li... >https://lists.sourceforge.net/lists/listinfo/sml-implementers > > |