On Tue, Sep 6, 2011 at 7:50 PM, Felipe Almeida Lessa
<felipe.le...@gmail.com> wrote:
> This doesn't solve GHC's bug, but can you do something like
>
>  myFuncEq = funcEq
>  {-# NOINLINE myFuncEq #-}
>
> and just use myFuncEq everywhere?  This should make the change local
> to your module.

Unfortunately not.  The only time I use funcEq in the code in question
is the instance declaration.

-Ron Alford

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to