Cite This Page
Bibliographic details for Lazy pattern match
- Page name: Lazy pattern match
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 March 2013 14:51 UTC
- Date retrieved: 25 March 2023 15:05 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525
- Page Version ID: 55525
Citation styles for Lazy pattern match
APA style
Lazy pattern match. (2013, March 6). HaskellWiki, . Retrieved 15:05, March 25, 2023 from https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525.
MLA style
"Lazy pattern match." HaskellWiki, . 6 Mar 2013, 14:51 UTC. 25 Mar 2023, 15:05 <https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525>.
MHRA style
HaskellWiki contributors, 'Lazy pattern match', HaskellWiki, , 6 March 2013, 14:51 UTC, <https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525> [accessed 25 March 2023]
Chicago style
HaskellWiki contributors, "Lazy pattern match," HaskellWiki, , https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525 (accessed March 25, 2023).
CBE/CSE style
HaskellWiki contributors. Lazy pattern match [Internet]. HaskellWiki, ; 2013 Mar 6, 14:51 UTC [cited 2023 Mar 25]. Available from: https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525.
Bluebook style
Lazy pattern match, https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525 (last visited March 25, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Lazy pattern match --- HaskellWiki{,} ", year = "2013", url = "https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525", note = "[Online; accessed 25-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 = "Lazy pattern match --- HaskellWiki{,} ", year = "2013", url = "\url{https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525}", note = "[Online; accessed 25-March-2023]" }