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