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: 27 March 2025 00:22 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 00:22, March 27, 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. 27 Mar 2025, 00:22 <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 27 March 2025]
Chicago style
HaskellWiki contributors, "A new list type," HaskellWiki, https://wiki.haskell.org/index.php?title=A_new_list_type&oldid=63930 (accessed March 27, 2025).
CBE/CSE style
HaskellWiki contributors. A new list type [Internet]. HaskellWiki; 2021 Feb 6, 15:19 UTC [cited 2025 Mar 27]. 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 March 27, 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 27-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 = "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 27-March-2025]" }