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!

Best regards
Tomasz

-- 
I am searching for a programmer who is good at least in some of
[Haskell, ML, C++, Linux, FreeBSD, math] for work in Warsaw, Poland
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to