Cite This Page
Bibliographic details for Foldl as foldr
- Page name: Foldl as foldr
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 2 February 2018 10:42 UTC
- Date retrieved: 10 December 2019 16:20 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219
- Page Version ID: 41219
Citation styles for Foldl as foldr
APA style
Foldl as foldr. (2018, February 2). HaskellWiki, . Retrieved 16:20, December 10, 2019 from https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219.
MLA style
"Foldl as foldr." HaskellWiki, . 2 Feb 2018, 10:42 UTC. 10 Dec 2019, 16:20 <https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219>.
MHRA style
HaskellWiki contributors, 'Foldl as foldr', HaskellWiki, , 2 February 2018, 10:42 UTC, <https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219> [accessed 10 December 2019]
Chicago style
HaskellWiki contributors, "Foldl as foldr," HaskellWiki, , https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219 (accessed December 10, 2019).
CBE/CSE style
HaskellWiki contributors. Foldl as foldr [Internet]. HaskellWiki, ; 2018 Feb 2, 10:42 UTC [cited 2019 Dec 10]. Available from: https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219.
Bluebook style
Foldl as foldr, https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219 (last visited December 10, 2019).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Foldl as foldr --- HaskellWiki{,} ", year = "2018", url = "https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219", note = "[Online; accessed 10-December-2019]" }
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 = "Foldl as foldr --- HaskellWiki{,} ", year = "2018", url = "\url{https://wiki.haskell.org/index.php?title=Foldl_as_foldr&oldid=41219}", note = "[Online; accessed 10-December-2019]" }