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