Re: sockets and handles in ghc

2003-06-30 Thread Volker Stolz
In local.glasgow-haskell-users, you wrote: >>> I've been using sockets and handles with ghc-5.04.3. >>> The strange thing is now that when I make a handle >>> out of a socket and ask whether the handle is readable >>> or writable, it returns True for the former and False >>> for the latter, althoug

Re: sockets and handles in ghc

2003-06-30 Thread Jurriaan Hage
On Friday, June 27, 2003, at 07:08 PM, Volker Stolz wrote: [Moving to [EMAIL PROTECTED] In local.haskell, you wrote: I've been using sockets and handles with ghc-5.04.3. The strange thing is now that when I make a handle out of a socket and ask whether the handle is readable or writable, it retur

Re: sockets and handles in ghc

2003-06-27 Thread Volker Stolz
[Moving to [EMAIL PROTECTED] In local.haskell, you wrote: > I've been using sockets and handles with ghc-5.04.3. > The strange thing is now that when I make a handle > out of a socket and ask whether the handle is readable > or writable, it returns True for the former and False > for the latter, a