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