Cite This Page
Bibliographic details for List instance
- Page name: List instance
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 2 October 2010 14:37 UTC
- Date retrieved: 26 March 2023 22:26 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=List_instance&oldid=37029
- Page Version ID: 37029
Citation styles for List instance
APA style
List instance. (2010, October 2). HaskellWiki, . Retrieved 22:26, March 26, 2023 from https://wiki.haskell.org/index.php?title=List_instance&oldid=37029.
MLA style
"List instance." HaskellWiki, . 2 Oct 2010, 14:37 UTC. 26 Mar 2023, 22:26 <https://wiki.haskell.org/index.php?title=List_instance&oldid=37029>.
MHRA style
HaskellWiki contributors, 'List instance', HaskellWiki, , 2 October 2010, 14:37 UTC, <https://wiki.haskell.org/index.php?title=List_instance&oldid=37029> [accessed 26 March 2023]
Chicago style
HaskellWiki contributors, "List instance," HaskellWiki, , https://wiki.haskell.org/index.php?title=List_instance&oldid=37029 (accessed March 26, 2023).
CBE/CSE style
HaskellWiki contributors. List instance [Internet]. HaskellWiki, ; 2010 Oct 2, 14:37 UTC [cited 2023 Mar 26]. Available from: https://wiki.haskell.org/index.php?title=List_instance&oldid=37029.
Bluebook style
List instance, https://wiki.haskell.org/index.php?title=List_instance&oldid=37029 (last visited March 26, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "List instance --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=List_instance&oldid=37029", note = "[Online; accessed 26-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 = "List instance --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=List_instance&oldid=37029}", note = "[Online; accessed 26-March-2023]" }