Cite This Page
Bibliographic details for Simple Servers
- Page name: Simple Servers
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 22 June 2011 13:09 UTC
- Date retrieved: 24 January 2021 07:36 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107
- Page Version ID: 33107
Citation styles for Simple Servers
APA style
Simple Servers. (2011, June 22). HaskellWiki, . Retrieved 07:36, January 24, 2021 from https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107.
MLA style
"Simple Servers." HaskellWiki, . 22 Jun 2011, 13:09 UTC. 24 Jan 2021, 07:36 <https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107>.
MHRA style
HaskellWiki contributors, 'Simple Servers', HaskellWiki, , 22 June 2011, 13:09 UTC, <https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107> [accessed 24 January 2021]
Chicago style
HaskellWiki contributors, "Simple Servers," HaskellWiki, , https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107 (accessed January 24, 2021).
CBE/CSE style
HaskellWiki contributors. Simple Servers [Internet]. HaskellWiki, ; 2011 Jun 22, 13:09 UTC [cited 2021 Jan 24]. Available from: https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107.
Bluebook style
Simple Servers, https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107 (last visited January 24, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Simple Servers --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107", note = "[Online; accessed 24-January-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 = "Simple Servers --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33107}", note = "[Online; accessed 24-January-2021]" }