Hi Serge,

On Sat, May 31, 2008 at 12:54:50PM +0400, Serge D. Mechveliani wrote:
> This is a bug report for the  ghc candidate of May 27, 2008 
> for ghc-6.8.3.
> A short program example for this bug candidate is on
> 
>   http://botik.ru/pub/local/Mechveliani/ghcBugs/candidateMay27-08-bug.zip

Thanks, I've finally tracked this down. The problem is that when you
evaluate something like
    f ^ 10
in 6.8.2 the result was
    res
while in 6.8.3 it is
    1 * res

I think this is actually a bug in your class instances, but I will try
to look at http://hackage.haskell.org/trac/ghc/ticket/2306 before 6.8.3
which should, as a side-effect, make it work again.


Thanks
Ian

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to