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