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