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