Cite This Page
Bibliographic details for StackOverflow
- Page name: StackOverflow
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 24 November 2011 16:30 UTC
- Date retrieved: 31 March 2023 07:22 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145
- Page Version ID: 43145
Citation styles for StackOverflow
APA style
StackOverflow. (2011, November 24). HaskellWiki, . Retrieved 07:22, March 31, 2023 from https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145.
MLA style
"StackOverflow." HaskellWiki, . 24 Nov 2011, 16:30 UTC. 31 Mar 2023, 07:22 <https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145>.
MHRA style
HaskellWiki contributors, 'StackOverflow', HaskellWiki, , 24 November 2011, 16:30 UTC, <https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145> [accessed 31 March 2023]
Chicago style
HaskellWiki contributors, "StackOverflow," HaskellWiki, , https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145 (accessed March 31, 2023).
CBE/CSE style
HaskellWiki contributors. StackOverflow [Internet]. HaskellWiki, ; 2011 Nov 24, 16:30 UTC [cited 2023 Mar 31]. Available from: https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145.
Bluebook style
StackOverflow, https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145 (last visited March 31, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "StackOverflow --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145", note = "[Online; accessed 31-March-2023]" }
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 = "StackOverflow --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=StackOverflow&oldid=43145}", note = "[Online; accessed 31-March-2023]" }