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: 2 December 2023 01:51 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 01:51, December 2, 2023 from https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329.
MLA style
"Timing computations." HaskellWiki, . 27 Jan 2010, 03:14 UTC. 2 Dec 2023, 01:51 <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 2 December 2023]
Chicago style
HaskellWiki contributors, "Timing computations," HaskellWiki, , https://wiki.haskell.org/index.php?title=Timing_computations&oldid=33329 (accessed December 2, 2023).
CBE/CSE style
HaskellWiki contributors. Timing computations [Internet]. HaskellWiki, ; 2010 Jan 27, 03:14 UTC [cited 2023 Dec 2]. 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 December 2, 2023).
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 2-December-2023]" }
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 2-December-2023]" }