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