Cite This Page
Bibliographic details for Pattern guard
- Page name: Pattern guard
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 24 July 2021 23:22 UTC
- Date retrieved: 14 January 2025 20:51 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619
- Page Version ID: 64619
Citation styles for Pattern guard
APA style
Pattern guard. (2021, July 24). HaskellWiki. Retrieved 20:51, January 14, 2025 from https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619.
MLA style
"Pattern guard." HaskellWiki. 24 Jul 2021, 23:22 UTC. 14 Jan 2025, 20:51 <https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619>.
MHRA style
HaskellWiki contributors, 'Pattern guard', HaskellWiki, 24 July 2021, 23:22 UTC, <https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619> [accessed 14 January 2025]
Chicago style
HaskellWiki contributors, "Pattern guard," HaskellWiki, https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619 (accessed January 14, 2025).
CBE/CSE style
HaskellWiki contributors. Pattern guard [Internet]. HaskellWiki; 2021 Jul 24, 23:22 UTC [cited 2025 Jan 14]. Available from: https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619.
Bluebook style
Pattern guard, https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619 (last visited January 14, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Pattern guard --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619", note = "[Online; accessed 14-January-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 = "Pattern guard --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=64619}", note = "[Online; accessed 14-January-2025]" }