Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use "fixed"
structure Real64
with recent versions of SML/NJ
Closes MLton#523 Although SML/NJ 110.99.3 fixed some issues with `structure Real{,64}` failing to match the SML Basis Library specification, it did not implement `Real.fmt StringCvt.EXACT`. So, a "fixed" version of `structure Real64` needs to be exported (rather than exposing the version of `structure Real64` from `$/basis.cm`) and it is simplest to revert back to `structure Real64 = Real` (where `structure Real = FixReal(struct open Pervasive.Real end)`).
- Loading branch information