Cite This Page
Bibliographic details for Base cases and identities
- Page name: Base cases and identities
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 30 December 2008 09:12 UTC
- Date retrieved: 15 February 2025 17:32 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342
- Page Version ID: 25342
Citation styles for Base cases and identities
APA style
Base cases and identities. (2008, December 30). HaskellWiki. Retrieved 17:32, February 15, 2025 from https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342.
MLA style
"Base cases and identities." HaskellWiki. 30 Dec 2008, 09:12 UTC. 15 Feb 2025, 17:32 <https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342>.
MHRA style
HaskellWiki contributors, 'Base cases and identities', HaskellWiki, 30 December 2008, 09:12 UTC, <https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342> [accessed 15 February 2025]
Chicago style
HaskellWiki contributors, "Base cases and identities," HaskellWiki, https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342 (accessed February 15, 2025).
CBE/CSE style
HaskellWiki contributors. Base cases and identities [Internet]. HaskellWiki; 2008 Dec 30, 09:12 UTC [cited 2025 Feb 15]. Available from: https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342.
Bluebook style
Base cases and identities, https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342 (last visited February 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Base cases and identities --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342", note = "[Online; accessed 15-February-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 = "Base cases and identities --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Base_cases_and_identities&oldid=25342}", note = "[Online; accessed 15-February-2025]" }