We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f6356 commit 67b8c74Copy full SHA for 67b8c74
Network/Socket.hs
@@ -16,9 +16,10 @@
16
-- used with either "Network.Socket.ByteString" or
17
-- "Network.Socket.ByteString.Lazy" for sending/receiving.
18
--
19
--- Here are two minimal example programs using the TCP/IP protocol: a
20
--- server that echoes all data that it receives back (servicing only
21
--- one client) and a client using it.
+-- Here are two minimal example programs using the TCP/IP protocol:
+--
+-- * a server that echoes all data that it receives back
22
+-- * a client using it
23
24
-- > -- Echo server program
25
-- > module Main (main) where
0 commit comments