Cite This Page
Bibliographic details for Eager evaluation
- Page name: Eager evaluation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 29 November 2007 08:26 UTC
- Date retrieved: 7 February 2025 02:39 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053
- Page Version ID: 17053
Citation styles for Eager evaluation
APA style
Eager evaluation. (2007, November 29). HaskellWiki. Retrieved 02:39, February 7, 2025 from https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053.
MLA style
"Eager evaluation." HaskellWiki. 29 Nov 2007, 08:26 UTC. 7 Feb 2025, 02:39 <https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053>.
MHRA style
HaskellWiki contributors, 'Eager evaluation', HaskellWiki, 29 November 2007, 08:26 UTC, <https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053> [accessed 7 February 2025]
Chicago style
HaskellWiki contributors, "Eager evaluation," HaskellWiki, https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053 (accessed February 7, 2025).
CBE/CSE style
HaskellWiki contributors. Eager evaluation [Internet]. HaskellWiki; 2007 Nov 29, 08:26 UTC [cited 2025 Feb 7]. Available from: https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053.
Bluebook style
Eager evaluation, https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053 (last visited February 7, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Eager evaluation --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053", note = "[Online; accessed 7-February-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 = "Eager evaluation --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Eager_evaluation&oldid=17053}", note = "[Online; accessed 7-February-2025]" }