
11 Dec
2005
11 Dec
'05
3:37 p.m.
Would you care to elaborate? This has not caused any problems for me so far but this is probably due to my usage. On Dec 11, 2005, at 8:09 PM, Tomasz Zielonka wrote:
On Sun, Dec 11, 2005 at 07:09:20PM +0000, Joel Reymont wrote:
{-# NOINLINE children #-} children :: MVar [Child a] children = unsafePerformIO $ newMVar []
This is asking for disaster. children shouldn't have a polymorphic type!