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