Cite This Page
Bibliographic details for StackOverflow
- Page name: StackOverflow
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 8 June 2023 12:15 UTC
- Date retrieved: 9 December 2023 21:51 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175
- Page Version ID: 66175
Citation styles for StackOverflow
APA style
StackOverflow. (2023, June 8). HaskellWiki, . Retrieved 21:51, December 9, 2023 from https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175.
MLA style
"StackOverflow." HaskellWiki, . 8 Jun 2023, 12:15 UTC. 9 Dec 2023, 21:51 <https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175>.
MHRA style
HaskellWiki contributors, 'StackOverflow', HaskellWiki, , 8 June 2023, 12:15 UTC, <https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175> [accessed 9 December 2023]
Chicago style
HaskellWiki contributors, "StackOverflow," HaskellWiki, , https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175 (accessed December 9, 2023).
CBE/CSE style
HaskellWiki contributors. StackOverflow [Internet]. HaskellWiki, ; 2023 Jun 8, 12:15 UTC [cited 2023 Dec 9]. Available from: https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175.
Bluebook style
StackOverflow, https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175 (last visited December 9, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "StackOverflow --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175", note = "[Online; accessed 9-December-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 = "2023", url = "\url{https://wiki.haskell.org/index.php?title=StackOverflow&oldid=66175}", note = "[Online; accessed 9-December-2023]" }