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: 20 May 2022 13:49 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 13:49, May 20, 2022 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. 20 May 2022, 13:49 <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 20 May 2022]
Chicago style
HaskellWiki contributors, "Foldable and Traversable," HaskellWiki, , https://wiki.haskell.org/index.php?title=Foldable_and_Traversable&oldid=26156 (accessed May 20, 2022).
CBE/CSE style
HaskellWiki contributors. Foldable and Traversable [Internet]. HaskellWiki, ; 2009 Jan 29, 10:27 UTC [cited 2022 May 20]. 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 May 20, 2022).
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 20-May-2022]" }
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 20-May-2022]" }