Cite This Page
Bibliographic details for Stack overflow
- Page name: Stack overflow
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 16 January 2012 20:41 UTC
- Date retrieved: 11 August 2022 11:26 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018
- Page Version ID: 44018
Citation styles for Stack overflow
APA style
Stack overflow. (2012, January 16). HaskellWiki, . Retrieved 11:26, August 11, 2022 from https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018.
MLA style
"Stack overflow." HaskellWiki, . 16 Jan 2012, 20:41 UTC. 11 Aug 2022, 11:26 <https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018>.
MHRA style
HaskellWiki contributors, 'Stack overflow', HaskellWiki, , 16 January 2012, 20:41 UTC, <https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018> [accessed 11 August 2022]
Chicago style
HaskellWiki contributors, "Stack overflow," HaskellWiki, , https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018 (accessed August 11, 2022).
CBE/CSE style
HaskellWiki contributors. Stack overflow [Internet]. HaskellWiki, ; 2012 Jan 16, 20:41 UTC [cited 2022 Aug 11]. Available from: https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018.
Bluebook style
Stack overflow, https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018 (last visited August 11, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Stack overflow --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018", note = "[Online; accessed 11-August-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 = "Stack overflow --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Stack_overflow&oldid=44018}", note = "[Online; accessed 11-August-2022]" }