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: 19 April 2024 04:19 UTC
- Date retrieved: 12 February 2025 10:53 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587
- Page Version ID: 66587
Citation styles for Implement a chat server
APA style
Implement a chat server. (2024, April 19). HaskellWiki. Retrieved 10:53, February 12, 2025 from https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587.
MLA style
"Implement a chat server." HaskellWiki. 19 Apr 2024, 04:19 UTC. 12 Feb 2025, 10:53 <https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587>.
MHRA style
HaskellWiki contributors, 'Implement a chat server', HaskellWiki, 19 April 2024, 04:19 UTC, <https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587> [accessed 12 February 2025]
Chicago style
HaskellWiki contributors, "Implement a chat server," HaskellWiki, https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. Implement a chat server [Internet]. HaskellWiki; 2024 Apr 19, 04:19 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587.
Bluebook style
Implement a chat server, https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587 (last visited February 12, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Implement a chat server --- HaskellWiki{,} ", year = "2024", url = "https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587", note = "[Online; accessed 12-February-2025]" }
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 = "2024", url = "\url{https://wiki.haskell.org/index.php?title=Implement_a_chat_server&oldid=66587}", note = "[Online; accessed 12-February-2025]" }