k0001 / network-simple

Haskell library abstracting common network sockets usage patterns.
BSD 3-Clause "New" or "Revised" License
33 stars 9 forks source link

Re-export Network.Socket.{sClose,close} #3

Closed k0001 closed 11 years ago

k0001 commented 11 years ago

Probably renaming it to closeSock so as to be consistent with bindSock and listenSock.

k0001 commented 11 years ago

Done. Exported as Network.Simple.TCP.closeSock.