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: 20 May 2007 10:41 UTC
- Date retrieved: 20 March 2023 14:55 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113
- Page Version ID: 13113
Citation styles for Implement a chat server
APA style
Implement a chat server. (2007, May 20). HaskellWiki, . Retrieved 14:55, March 20, 2023 from https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113.
MLA style
"Implement a chat server." HaskellWiki, . 20 May 2007, 10:41 UTC. 20 Mar 2023, 14:55 <https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113>.
MHRA style
HaskellWiki contributors, 'Implement a chat server', HaskellWiki, , 20 May 2007, 10:41 UTC, <https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113> [accessed 20 March 2023]
Chicago style
HaskellWiki contributors, "Implement a chat server," HaskellWiki, , https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113 (accessed March 20, 2023).
CBE/CSE style
HaskellWiki contributors. Implement a chat server [Internet]. HaskellWiki, ; 2007 May 20, 10:41 UTC [cited 2023 Mar 20]. Available from: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113.
Bluebook style
Implement a chat server, https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113 (last visited March 20, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Implement a chat server --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113", note = "[Online; accessed 20-March-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 = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113}", note = "[Online; accessed 20-March-2023]" }