I want to experiment with network programming in Haskell. The problem I have is that the documentation for the network
package is pretty scarce, especially the one for Network.Socket which I want to use.
Do you know of some other references or clearly written projects where I can see how to use it? Are there any good alternatives to network
?