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: 11 December 2023 19:38 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 19:38, December 11, 2023 from https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216.
MLA style
"Polymorphism." HaskellWiki, . 21 Jan 2015, 00:50 UTC. 11 Dec 2023, 19:38 <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 11 December 2023]
Chicago style
HaskellWiki contributors, "Polymorphism," HaskellWiki, , https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216 (accessed December 11, 2023).
CBE/CSE style
HaskellWiki contributors. Polymorphism [Internet]. HaskellWiki, ; 2015 Jan 21, 00:50 UTC [cited 2023 Dec 11]. 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 11, 2023).
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 11-December-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 = "Polymorphism --- HaskellWiki{,} ", year = "2015", url = "\url{https://wiki.haskell.org/index.php?title=Polymorphism&oldid=59216}", note = "[Online; accessed 11-December-2023]" }