Rational sequence

Simon Peyton-Jones simonpj@microsoft.com
Tue, 22 Oct 2002 13:54:58 +0100


| > The Report says that the Enum instance for Ratio uses the
| > same rule as for Float/Double,
|=20
| Now I can see that the revised Report contains more about
| this than the one on haskell.org.  But I still can't see the
| statement you cited above.  Where should I look?

You look in the instance declaration for Ratio, which is given in the
Ratio chapter of the Library report.

| As I told above, I can't see anything to change, except
| implementation. =20

As I understand it, GHC conforms to the Report, but Hugs perhaps does
not, yet.

Simon