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: 29 March 2023 19:16 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 19:16, March 29, 2023 from https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=62078.
MLA style
"Typeclassopedia." HaskellWiki, . 16 Aug 2017, 15:06 UTC. 29 Mar 2023, 19:16 <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 29 March 2023]
Chicago style
HaskellWiki contributors, "Typeclassopedia," HaskellWiki, , https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=62078 (accessed March 29, 2023).
CBE/CSE style
HaskellWiki contributors. Typeclassopedia [Internet]. HaskellWiki, ; 2017 Aug 16, 15:06 UTC [cited 2023 Mar 29]. 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 March 29, 2023).
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 29-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 = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Typeclassopedia&oldid=62078}", note = "[Online; accessed 29-March-2023]" }