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: 7 March 2021 04:01 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=60618
- Page Version ID: 60618
Citation styles for Implement a chat server
APA style
Implement a chat server. (2019, December 3). HaskellWiki, . Retrieved 04:01, March 7, 2021 from https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=60618.
MLA style
"Implement a chat server." HaskellWiki, . 3 Dec 2019, 17:02 UTC. 7 Mar 2021, 04:01 <https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=60618>.
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=60618> [accessed 7 March 2021]
Chicago style
HaskellWiki contributors, "Implement a chat server," HaskellWiki, , https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=60618 (accessed March 7, 2021).
CBE/CSE style
HaskellWiki contributors. Implement a chat server [Internet]. HaskellWiki, ; 2019 Dec 3, 17:02 UTC [cited 2021 Mar 7]. Available from: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=60618.
Bluebook style
Implement a chat server, https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=60618 (last visited March 7, 2021).
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=60618", note = "[Online; accessed 7-March-2021]" }
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=60618}", note = "[Online; accessed 7-March-2021]" }