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: 11 October 2024 08:28 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 08:28, October 11, 2024 from https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=65490.
MLA style
"Typeclassopedia." HaskellWiki, . 30 Dec 2022, 16:10 UTC. 11 Oct 2024, 08:28 <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 11 October 2024]
Chicago style
HaskellWiki contributors, "Typeclassopedia," HaskellWiki, , https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=65490 (accessed October 11, 2024).
CBE/CSE style
HaskellWiki contributors. Typeclassopedia [Internet]. HaskellWiki, ; 2022 Dec 30, 16:10 UTC [cited 2024 Oct 11]. 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 October 11, 2024).
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 11-October-2024]" }
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 11-October-2024]" }