Cite This Page
Bibliographic details for Programming performance
- Page name: Programming performance
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 5 April 2021 23:08 UTC
- Date retrieved: 23 April 2025 05:37 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110
- Page Version ID: 64110
Citation styles for Programming performance
APA style
Programming performance. (2021, April 5). HaskellWiki. Retrieved 05:37, April 23, 2025 from https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110.
MLA style
"Programming performance." HaskellWiki. 5 Apr 2021, 23:08 UTC. 23 Apr 2025, 05:37 <https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110>.
MHRA style
HaskellWiki contributors, 'Programming performance', HaskellWiki, 5 April 2021, 23:08 UTC, <https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110> [accessed 23 April 2025]
Chicago style
HaskellWiki contributors, "Programming performance," HaskellWiki, https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110 (accessed April 23, 2025).
CBE/CSE style
HaskellWiki contributors. Programming performance [Internet]. HaskellWiki; 2021 Apr 5, 23:08 UTC [cited 2025 Apr 23]. Available from: https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110.
Bluebook style
Programming performance, https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110 (last visited April 23, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Programming performance --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110", note = "[Online; accessed 23-April-2025]" }
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 = "Programming performance --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Programming_performance&oldid=64110}", note = "[Online; accessed 23-April-2025]" }