On Apr 11, 2007, at 23:10 , kynn wrote:
rather pragmatic. I have not been able to find enough support in Haskell for everyday tasks (e.g. read a stream from a socket; parse it into a simple

The stuff in Network (not Network.Socket) gives you a Handle, which you can treat more or less like any other Haskell Handle (filehandle). Network.Socket should be reserved for when you need to work at a really low level.

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED] system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED] electrical and computer engineering, carnegie mellon university KF8NH


_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to