[Haskell-cafe] Cleaner networking API - network-fancy

Taru Karttunen taruti at taruti.net
Thu Aug 13 04:14:31 EDT 2009


Hello

network-fancy offers a cleaner API to networking facilities in
Haskell. It supports high-level operations on tcp, udp and unix
sockets. 

I would like some feedback on the API
http://hackage.haskell.org/packages/archive/network-fancy/0.1.4/doc/html/Network-Fancy.html

In particular:
* Does the type of the server function in dgramServer make sense?
  or would (packet -> Address -> (packet -> IO ()) -> IO ()) be
  better?
* Does the StringLike class make sense?
* Any other suggestions?

- Taru Karttunen


More information about the Haskell-Cafe mailing list