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: 3 December 2023 04:12 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 04:12, December 3, 2023 from https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=65490.
MLA style
"Typeclassopedia." HaskellWiki, . 30 Dec 2022, 16:10 UTC. 3 Dec 2023, 04:12 <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 3 December 2023]
Chicago style
HaskellWiki contributors, "Typeclassopedia," HaskellWiki, , https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=65490 (accessed December 3, 2023).
CBE/CSE style
HaskellWiki contributors. Typeclassopedia [Internet]. HaskellWiki, ; 2022 Dec 30, 16:10 UTC [cited 2023 Dec 3]. 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 December 3, 2023).
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 3-December-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 = "2022", url = "\url{https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=65490}", note = "[Online; accessed 3-December-2023]" }