On Sat, Nov 13, 2010 at 2:55 PM, Petr Prokhorenkov <[email protected]> wrote: > Is there any way to overcome this?
You can add
{-# NOINLINE wtf #-}
That will prevent the sharing. But I'm not sure if this is the best solution.
Cheers,
--
Felipe.
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe
