Cite This Page
Bibliographic details for Pattern guard
- Page name: Pattern guard
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 10 December 2020 23:28 UTC
- Date retrieved: 23 March 2023 11:39 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568
- Page Version ID: 63568
Citation styles for Pattern guard
APA style
Pattern guard. (2020, December 10). HaskellWiki, . Retrieved 11:39, March 23, 2023 from https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568.
MLA style
"Pattern guard." HaskellWiki, . 10 Dec 2020, 23:28 UTC. 23 Mar 2023, 11:39 <https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568>.
MHRA style
HaskellWiki contributors, 'Pattern guard', HaskellWiki, , 10 December 2020, 23:28 UTC, <https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568> [accessed 23 March 2023]
Chicago style
HaskellWiki contributors, "Pattern guard," HaskellWiki, , https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568 (accessed March 23, 2023).
CBE/CSE style
HaskellWiki contributors. Pattern guard [Internet]. HaskellWiki, ; 2020 Dec 10, 23:28 UTC [cited 2023 Mar 23]. Available from: https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568.
Bluebook style
Pattern guard, https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568 (last visited March 23, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Pattern guard --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568", note = "[Online; accessed 23-March-2023]" }
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 = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Pattern_guard&oldid=63568}", note = "[Online; accessed 23-March-2023]" }