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: 8 December 2019 05:38 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Performance&oldid=1508
- Page Version ID: 1508
Citation styles for Performance
APA style
Performance. (2018, August 26). HaskellWiki, . Retrieved 05:38, December 8, 2019 from https://wiki.haskell.org/index.php?title=Performance&oldid=1508.
MLA style
"Performance." HaskellWiki, . 26 Aug 2018, 21:39 UTC. 8 Dec 2019, 05:38 <https://wiki.haskell.org/index.php?title=Performance&oldid=1508>.
MHRA style
HaskellWiki contributors, 'Performance', HaskellWiki, , 26 August 2018, 21:39 UTC, <https://wiki.haskell.org/index.php?title=Performance&oldid=1508> [accessed 8 December 2019]
Chicago style
HaskellWiki contributors, "Performance," HaskellWiki, , https://wiki.haskell.org/index.php?title=Performance&oldid=1508 (accessed December 8, 2019).
CBE/CSE style
HaskellWiki contributors. Performance [Internet]. HaskellWiki, ; 2018 Aug 26, 21:39 UTC [cited 2019 Dec 8]. Available from: https://wiki.haskell.org/index.php?title=Performance&oldid=1508.
Bluebook style
Performance, https://wiki.haskell.org/index.php?title=Performance&oldid=1508 (last visited December 8, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Performance --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Performance&oldid=1508", note = "[Online; accessed 8-December-2019]" }
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=1508}", note = "[Online; accessed 8-December-2019]" }