[Haskell-cafe] Re: syscall, sigpause and EINTR on Mac OSX

Joel Reymont joelr1 at gmail.com
Sun Dec 11 15:37:06 EST 2005


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!

--
http://wagerlabs.com/







More information about the Haskell-Cafe mailing list