Cite This Page
Bibliographic details for Typeclassopedia
- Page name: Typeclassopedia
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 16 November 2011 14:47 UTC
- Date retrieved: 3 February 2023 11:32 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948
- Page Version ID: 42948
Citation styles for Typeclassopedia
APA style
Typeclassopedia. (2011, November 16). HaskellWiki, . Retrieved 11:32, February 3, 2023 from https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948.
MLA style
"Typeclassopedia." HaskellWiki, . 16 Nov 2011, 14:47 UTC. 3 Feb 2023, 11:32 <https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948>.
MHRA style
HaskellWiki contributors, 'Typeclassopedia', HaskellWiki, , 16 November 2011, 14:47 UTC, <https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948> [accessed 3 February 2023]
Chicago style
HaskellWiki contributors, "Typeclassopedia," HaskellWiki, , https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948 (accessed February 3, 2023).
CBE/CSE style
HaskellWiki contributors. Typeclassopedia [Internet]. HaskellWiki, ; 2011 Nov 16, 14:47 UTC [cited 2023 Feb 3]. Available from: https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948.
Bluebook style
Typeclassopedia, https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948 (last visited February 3, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Typeclassopedia --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948", note = "[Online; accessed 3-February-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 = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=42948}", note = "[Online; accessed 3-February-2023]" }