Cite This Page
Bibliographic details for Polymorphism
- Page name: Polymorphism
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 4 September 2012 21:26 UTC
- Date retrieved: 12 August 2022 02:27 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672
- Page Version ID: 51672
Citation styles for Polymorphism
APA style
Polymorphism. (2012, September 4). HaskellWiki, . Retrieved 02:27, August 12, 2022 from https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672.
MLA style
"Polymorphism." HaskellWiki, . 4 Sep 2012, 21:26 UTC. 12 Aug 2022, 02:27 <https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672>.
MHRA style
HaskellWiki contributors, 'Polymorphism', HaskellWiki, , 4 September 2012, 21:26 UTC, <https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672> [accessed 12 August 2022]
Chicago style
HaskellWiki contributors, "Polymorphism," HaskellWiki, , https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672 (accessed August 12, 2022).
CBE/CSE style
HaskellWiki contributors. Polymorphism [Internet]. HaskellWiki, ; 2012 Sep 4, 21:26 UTC [cited 2022 Aug 12]. Available from: https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672.
Bluebook style
Polymorphism, https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672 (last visited August 12, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Polymorphism --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672", note = "[Online; accessed 12-August-2022]" }
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 = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Polymorphism&oldid=51672}", note = "[Online; accessed 12-August-2022]" }