Cite This Page
Bibliographic details for Fold
- Page name: Fold
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 28 March 2019 18:51 UTC
- Date retrieved: 27 March 2023 13:27 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Fold&oldid=62841
- Page Version ID: 62841
Citation styles for Fold
APA style
Fold. (2019, March 28). HaskellWiki, . Retrieved 13:27, March 27, 2023 from https://wiki.haskell.org/index.php?title=Fold&oldid=62841.
MLA style
"Fold." HaskellWiki, . 28 Mar 2019, 18:51 UTC. 27 Mar 2023, 13:27 <https://wiki.haskell.org/index.php?title=Fold&oldid=62841>.
MHRA style
HaskellWiki contributors, 'Fold', HaskellWiki, , 28 March 2019, 18:51 UTC, <https://wiki.haskell.org/index.php?title=Fold&oldid=62841> [accessed 27 March 2023]
Chicago style
HaskellWiki contributors, "Fold," HaskellWiki, , https://wiki.haskell.org/index.php?title=Fold&oldid=62841 (accessed March 27, 2023).
CBE/CSE style
HaskellWiki contributors. Fold [Internet]. HaskellWiki, ; 2019 Mar 28, 18:51 UTC [cited 2023 Mar 27]. Available from: https://wiki.haskell.org/index.php?title=Fold&oldid=62841.
Bluebook style
Fold, https://wiki.haskell.org/index.php?title=Fold&oldid=62841 (last visited March 27, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Fold --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=Fold&oldid=62841", note = "[Online; accessed 27-March-2023]" }
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 = "Fold --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=Fold&oldid=62841}", note = "[Online; accessed 27-March-2023]" }