
13 Aug
2001
13 Aug
'01
7:39 a.m.
Keith writes:
| So I imagine if you passed the socket as the first arg | to Select.hSelect, you'd get what you want. | SocketPrim.socketToHandle claims to do the required | conversion.
Yes, this works. Thanks.
(BTW, The documentation of "SocketPrim.socketToHandle" reports the wrong type ("IOMode" argument is missing). Forwarded to glasgow-haskell-bugs.)
Fixed; thanks. Simon