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