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