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