Cite This Page
Bibliographic details for Cookbook/Pattern matching
- Page name: Cookbook/Pattern matching
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 22 October 2010 12:26 UTC
- Date retrieved: 25 April 2025 08:21 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321
- Page Version ID: 37321
Citation styles for Cookbook/Pattern matching
APA style
Cookbook/Pattern matching. (2010, October 22). HaskellWiki. Retrieved 08:21, April 25, 2025 from https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321.
MLA style
"Cookbook/Pattern matching." HaskellWiki. 22 Oct 2010, 12:26 UTC. 25 Apr 2025, 08:21 <https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321>.
MHRA style
HaskellWiki contributors, 'Cookbook/Pattern matching', HaskellWiki, 22 October 2010, 12:26 UTC, <https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321> [accessed 25 April 2025]
Chicago style
HaskellWiki contributors, "Cookbook/Pattern matching," HaskellWiki, https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321 (accessed April 25, 2025).
CBE/CSE style
HaskellWiki contributors. Cookbook/Pattern matching [Internet]. HaskellWiki; 2010 Oct 22, 12:26 UTC [cited 2025 Apr 25]. Available from: https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321.
Bluebook style
Cookbook/Pattern matching, https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321 (last visited April 25, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/Pattern matching --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321", note = "[Online; accessed 25-April-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 = "Cookbook/Pattern matching --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/Pattern_matching&oldid=37321}", note = "[Online; accessed 25-April-2025]" }