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: 15 January 2021 19:20 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33099
- Page Version ID: 33099
Citation styles for Simple Servers
APA style
Simple Servers. (2011, June 22). HaskellWiki, . Retrieved 19:20, January 15, 2021 from https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33099.
MLA style
"Simple Servers." HaskellWiki, . 22 Jun 2011, 13:09 UTC. 15 Jan 2021, 19:20 <https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33099>.
MHRA style
HaskellWiki contributors, 'Simple Servers', HaskellWiki, , 22 June 2011, 13:09 UTC, <https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33099> [accessed 15 January 2021]
Chicago style
HaskellWiki contributors, "Simple Servers," HaskellWiki, , https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33099 (accessed January 15, 2021).
CBE/CSE style
HaskellWiki contributors. Simple Servers [Internet]. HaskellWiki, ; 2011 Jun 22, 13:09 UTC [cited 2021 Jan 15]. Available from: https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33099.
Bluebook style
Simple Servers, https://wiki.haskell.org/index.php?title=Simple_Servers&oldid=33099 (last visited January 15, 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=33099", note = "[Online; accessed 15-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=33099}", note = "[Online; accessed 15-January-2021]" }