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