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: 12 October 2024 08:40 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 08:40, October 12, 2024 from https://wiki.haskell.org/index.php?title=Type_class&oldid=59939.
MLA style
"Type class." HaskellWiki, . 3 Aug 2015, 10:06 UTC. 12 Oct 2024, 08:40 <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 12 October 2024]
Chicago style
HaskellWiki contributors, "Type class," HaskellWiki, , https://wiki.haskell.org/index.php?title=Type_class&oldid=59939 (accessed October 12, 2024).
CBE/CSE style
HaskellWiki contributors. Type class [Internet]. HaskellWiki, ; 2015 Aug 3, 10:06 UTC [cited 2024 Oct 12]. 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 October 12, 2024).
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 12-October-2024]" }
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 12-October-2024]" }