Rational sequence

Alastair Reid alastair@reid-consulting-uk.ltd.uk
22 Oct 2002 11:31:00 +0100


Ferenc Wagner <wferi@bolyai1.elte.hu> writes:

$ ghci
Prelude> :m Ratio
Ratio> [1%2..10%2]
> [1 % 2,3 % 2,5 % 2,7 % 2,9 % 2,11 % 2]

Hmmmm, the CVS copy of Hugs seems to suffer from a different problem:

Prelude> [0.5,1.5..5.5]::[Rational]
[0 % 1,1 % 1,2 % 1,3 % 1,4 % 1,5 % 1]

I'm expecting to see:

[1 % 2,3 % 2,5 % 2,7 % 2,9 % 2,11 % 2]

--
Alastair Reid