Cite This Page
Bibliographic details for Foldable and Traversable
- Page name: Foldable and Traversable
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 18 May 2020 19:00 UTC
- Date retrieved: 24 January 2025 08:14 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315
- Page Version ID: 63315
Citation styles for Foldable and Traversable
APA style
Foldable and Traversable. (2020, May 18). HaskellWiki. Retrieved 08:14, January 24, 2025 from https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315.
MLA style
"Foldable and Traversable." HaskellWiki. 18 May 2020, 19:00 UTC. 24 Jan 2025, 08:14 <https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315>.
MHRA style
HaskellWiki contributors, 'Foldable and Traversable', HaskellWiki, 18 May 2020, 19:00 UTC, <https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315> [accessed 24 January 2025]
Chicago style
HaskellWiki contributors, "Foldable and Traversable," HaskellWiki, https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315 (accessed January 24, 2025).
CBE/CSE style
HaskellWiki contributors. Foldable and Traversable [Internet]. HaskellWiki; 2020 May 18, 19:00 UTC [cited 2025 Jan 24]. Available from: https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315.
Bluebook style
Foldable and Traversable, https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315 (last visited January 24, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Foldable and Traversable --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315", note = "[Online; accessed 24-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 = "Foldable and Traversable --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=63315}", note = "[Online; accessed 24-January-2025]" }