Cite This Page
Bibliographic details for Implement a chat server
- Page name: Implement a chat server
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 3 December 2019 17:02 UTC
- Date retrieved: 8 February 2023 13:57 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156
- Page Version ID: 63156
Citation styles for Implement a chat server
APA style
Implement a chat server. (2019, December 3). HaskellWiki, . Retrieved 13:57, February 8, 2023 from https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156.
MLA style
"Implement a chat server." HaskellWiki, . 3 Dec 2019, 17:02 UTC. 8 Feb 2023, 13:57 <https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156>.
MHRA style
HaskellWiki contributors, 'Implement a chat server', HaskellWiki, , 3 December 2019, 17:02 UTC, <https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156> [accessed 8 February 2023]
Chicago style
HaskellWiki contributors, "Implement a chat server," HaskellWiki, , https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156 (accessed February 8, 2023).
CBE/CSE style
HaskellWiki contributors. Implement a chat server [Internet]. HaskellWiki, ; 2019 Dec 3, 17:02 UTC [cited 2023 Feb 8]. Available from: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156.
Bluebook style
Implement a chat server, https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156 (last visited February 8, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Implement a chat server --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156", note = "[Online; accessed 8-February-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "HaskellWiki", title = "Implement a chat server --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=63156}", note = "[Online; accessed 8-February-2023]" }