Bugfix: Real.fromLarge

Stephen Weeks MLton@research.nj.nec.com
Wed, 31 May 2000 11:22:38 -0700 (PDT)


> The signature for Real.fromLarge seems OK.
> But the implementation is:
> 
> fun fromLarge x = x
> 
> which should be more like:
> 
> fun fromLarge rounding x = x

Yes.  Thanks for the report.  This is fixed in our internal working
version.