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: 18 March 2025 13:44 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 13:44, March 18, 2025 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. 18 Mar 2025, 13:44 <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 18 March 2025]
Chicago style
HaskellWiki contributors, "Lazy pattern match," HaskellWiki, https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525 (accessed March 18, 2025).
CBE/CSE style
HaskellWiki contributors. Lazy pattern match [Internet]. HaskellWiki; 2013 Mar 6, 14:51 UTC [cited 2025 Mar 18]. 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 18, 2025).
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 18-March-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 = "Lazy pattern match --- HaskellWiki{,} ", year = "2013", url = "\url{https://wiki.haskell.org/index.php?title=Lazy_pattern_match&oldid=55525}", note = "[Online; accessed 18-March-2025]" }