Cite This Page
Bibliographic details for A new list type
- Page name: A new list type
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 6 February 2021 15:19 UTC
- Date retrieved: 17 April 2025 14:23 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930
- Page Version ID: 63930
Citation styles for A new list type
APA style
A new list type. (2021, February 6). HaskellWiki. Retrieved 14:23, April 17, 2025 from https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930.
MLA style
"A new list type." HaskellWiki. 6 Feb 2021, 15:19 UTC. 17 Apr 2025, 14:23 <https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930>.
MHRA style
HaskellWiki contributors, 'A new list type', HaskellWiki, 6 February 2021, 15:19 UTC, <https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930> [accessed 17 April 2025]
Chicago style
HaskellWiki contributors, "A new list type," HaskellWiki, https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930 (accessed April 17, 2025).
CBE/CSE style
HaskellWiki contributors. A new list type [Internet]. HaskellWiki; 2021 Feb 6, 15:19 UTC [cited 2025 Apr 17]. Available from: https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930.
Bluebook style
A new list type, https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930 (last visited April 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "A new list type --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930", note = "[Online; accessed 17-April-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 = "A new list type --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930}", note = "[Online; accessed 17-April-2025]" }