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