Closed GoogleCodeExporter closed 9 years ago
I'll take a shot at tracking this one down, and marking it high priority
because the
wrong answer is a bad thing!
Original comment by ndmitch...@gmail.com
on 26 Feb 2007 at 9:51
Fix pushed. A simple typo:
Int: enumFromThen x y = x : enumFromThen y (2*y-x)
Integer: enumFromThen x y = x : enumFromThen y (2*y+x)
I've now fixed the Integer one to match the Int one, and I get the right answer
now.
Original comment by ndmitch...@gmail.com
on 26 Feb 2007 at 10:16
Original issue reported on code.google.com by
thorkiln...@gmail.com
on 26 Feb 2007 at 7:34