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