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: 26 May 2022 09:19 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 09:19, May 26, 2022 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. 26 May 2022, 09:19 <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 26 May 2022]
Chicago style
HaskellWiki contributors, "Implement a chat server," HaskellWiki, , https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=13113 (accessed May 26, 2022).
CBE/CSE style
HaskellWiki contributors. Implement a chat server [Internet]. HaskellWiki, ; 2007 May 20, 10:41 UTC [cited 2022 May 26]. 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 May 26, 2022).
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 26-May-2022]" }
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 26-May-2022]" }