
6 Sep
2011
6 Sep
'11
9:05 p.m.
On Tue, Sep 6, 2011 at 7:50 PM, Felipe Almeida Lessa
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