Cite This Page
Bibliographic details for Timing computations
- Page name: Timing computations
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 27 January 2010 03:14 UTC
- Date retrieved: 20 April 2025 13:34 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329
- Page Version ID: 33329
Citation styles for Timing computations
APA style
Timing computations. (2010, January 27). HaskellWiki. Retrieved 13:34, April 20, 2025 from https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329.
MLA style
"Timing computations." HaskellWiki. 27 Jan 2010, 03:14 UTC. 20 Apr 2025, 13:34 <https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329>.
MHRA style
HaskellWiki contributors, 'Timing computations', HaskellWiki, 27 January 2010, 03:14 UTC, <https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329> [accessed 20 April 2025]
Chicago style
HaskellWiki contributors, "Timing computations," HaskellWiki, https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329 (accessed April 20, 2025).
CBE/CSE style
HaskellWiki contributors. Timing computations [Internet]. HaskellWiki; 2010 Jan 27, 03:14 UTC [cited 2025 Apr 20]. Available from: https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329.
Bluebook style
Timing computations, https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329 (last visited April 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Timing computations --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329", note = "[Online; accessed 20-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 = "Timing computations --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329}", note = "[Online; accessed 20-April-2025]" }