Cite This Page
Bibliographic details for Typeclassopedia
- Page name: Typeclassopedia
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 10 December 2020 09:34 UTC
- Date retrieved: 21 January 2021 19:07 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206
- Page Version ID: 61206
Citation styles for Typeclassopedia
APA style
Typeclassopedia. (2020, December 10). HaskellWiki, . Retrieved 19:07, January 21, 2021 from https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206.
MLA style
"Typeclassopedia." HaskellWiki, . 10 Dec 2020, 09:34 UTC. 21 Jan 2021, 19:07 <https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206>.
MHRA style
HaskellWiki contributors, 'Typeclassopedia', HaskellWiki, , 10 December 2020, 09:34 UTC, <https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206> [accessed 21 January 2021]
Chicago style
HaskellWiki contributors, "Typeclassopedia," HaskellWiki, , https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206 (accessed January 21, 2021).
CBE/CSE style
HaskellWiki contributors. Typeclassopedia [Internet]. HaskellWiki, ; 2020 Dec 10, 09:34 UTC [cited 2021 Jan 21]. Available from: https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206.
Bluebook style
Typeclassopedia, https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206 (last visited January 21, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Typeclassopedia --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206", note = "[Online; accessed 21-January-2021]" }
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 = "Typeclassopedia --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=61206}", note = "[Online; accessed 21-January-2021]" }