Cite This Page
Bibliographic details for Lazy functors
- Page name: Lazy functors
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 31 July 2011 14:59 UTC
- Date retrieved: 16 September 2024 15:40 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372
- Page Version ID: 41372
Citation styles for Lazy functors
APA style
Lazy functors. (2011, July 31). HaskellWiki, . Retrieved 15:40, September 16, 2024 from https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372.
MLA style
"Lazy functors." HaskellWiki, . 31 Jul 2011, 14:59 UTC. 16 Sep 2024, 15:40 <https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372>.
MHRA style
HaskellWiki contributors, 'Lazy functors', HaskellWiki, , 31 July 2011, 14:59 UTC, <https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372> [accessed 16 September 2024]
Chicago style
HaskellWiki contributors, "Lazy functors," HaskellWiki, , https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372 (accessed September 16, 2024).
CBE/CSE style
HaskellWiki contributors. Lazy functors [Internet]. HaskellWiki, ; 2011 Jul 31, 14:59 UTC [cited 2024 Sep 16]. Available from: https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372.
Bluebook style
Lazy functors, https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372 (last visited September 16, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Lazy functors --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372", note = "[Online; accessed 16-September-2024]" }
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 functors --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Lazy_functors&oldid=41372}", note = "[Online; accessed 16-September-2024]" }