Cite This Page
Bibliographic details for Polymorphism
- Page name: Polymorphism
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 21 January 2015 00:50 UTC
- Date retrieved: 7 December 2024 08:52 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216
- Page Version ID: 59216
Citation styles for Polymorphism
APA style
Polymorphism. (2015, January 21). HaskellWiki. Retrieved 08:52, December 7, 2024 from https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216.
MLA style
"Polymorphism." HaskellWiki. 21 Jan 2015, 00:50 UTC. 7 Dec 2024, 08:52 <https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216>.
MHRA style
HaskellWiki contributors, 'Polymorphism', HaskellWiki, 21 January 2015, 00:50 UTC, <https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216> [accessed 7 December 2024]
Chicago style
HaskellWiki contributors, "Polymorphism," HaskellWiki, https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216 (accessed December 7, 2024).
CBE/CSE style
HaskellWiki contributors. Polymorphism [Internet]. HaskellWiki; 2015 Jan 21, 00:50 UTC [cited 2024 Dec 7]. Available from: https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216.
Bluebook style
Polymorphism, https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216 (last visited December 7, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Polymorphism --- HaskellWiki{,} ", year = "2015", url = "https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216", note = "[Online; accessed 7-December-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 = "Polymorphism --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216}", note = "[Online; accessed 7-December-2024]" }