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