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