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