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