
8 Apr
2006
8 Apr
'06
3:29 a.m.
Hello, I found a bug in nhc98-1.18. $ diff src/prelude/Prelude/Enum_Integer.hs src/prelude/Prelude/Enum_Integer.hs ~ 14c14 < enumFromThen x y = x : enumFromThen y (2*y-x) ---
enumFromThen x y = x : enumFromThen y (2*y+x)
-- Yoichi Hanatani

10 Apr
10 Apr
6:23 a.m.
hanatani@mbg.nifty.com wrote:
I found a bug in nhc98-1.18.
Yes indeed! I wonder how that one escaped attention for so long...
$ diff src/prelude/Prelude/Enum_Integer.hs src/prelude/Prelude/Enum_Integer.hs 14c14 < enumFromThen x y = x : enumFromThen y (2*y-x) ---
enumFromThen x y = x : enumFromThen y (2*y+x)
Your patch format is the wrong way round, but I get the idea. Thanks! Regards, Malcolm
6980
Age (days ago)
6982
Last active (days ago)
1 comments
2 participants
participants (2)
-
hanatani@mbg.nifty.com
-
Malcolm Wallace