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: 14 April 2016 03:37 UTC
- Date retrieved: 24 February 2021 17:17 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972
- Page Version ID: 44972
Citation styles for Lazy vs. non-strict
APA style
Lazy vs. non-strict. (2016, April 14). HaskellWiki, . Retrieved 17:17, February 24, 2021 from https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972.
MLA style
"Lazy vs. non-strict." HaskellWiki, . 14 Apr 2016, 03:37 UTC. 24 Feb 2021, 17:17 <https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972>.
MHRA style
HaskellWiki contributors, 'Lazy vs. non-strict', HaskellWiki, , 14 April 2016, 03:37 UTC, <https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972> [accessed 24 February 2021]
Chicago style
HaskellWiki contributors, "Lazy vs. non-strict," HaskellWiki, , https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972 (accessed February 24, 2021).
CBE/CSE style
HaskellWiki contributors. Lazy vs. non-strict [Internet]. HaskellWiki, ; 2016 Apr 14, 03:37 UTC [cited 2021 Feb 24]. Available from: https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972.
Bluebook style
Lazy vs. non-strict, https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972 (last visited February 24, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Lazy vs. non-strict --- HaskellWiki{,} ", year = "2016", url = "https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972", note = "[Online; accessed 24-February-2021]" }
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 = "2016", url = "\url{https://wiki.haskell.org/index.php?title=Lazy_vs._non-strict&oldid=44972}", note = "[Online; accessed 24-February-2021]" }