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