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