Cite This Page
Bibliographic details for Polymorphism
- Page name: Polymorphism
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 19 October 2006 16:39 UTC
- Date retrieved: 19 May 2022 05:44 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128
- Page Version ID: 7128
Citation styles for Polymorphism
APA style
Polymorphism. (2006, October 19). HaskellWiki, . Retrieved 05:44, May 19, 2022 from https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128.
MLA style
"Polymorphism." HaskellWiki, . 19 Oct 2006, 16:39 UTC. 19 May 2022, 05:44 <https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128>.
MHRA style
HaskellWiki contributors, 'Polymorphism', HaskellWiki, , 19 October 2006, 16:39 UTC, <https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128> [accessed 19 May 2022]
Chicago style
HaskellWiki contributors, "Polymorphism," HaskellWiki, , https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128 (accessed May 19, 2022).
CBE/CSE style
HaskellWiki contributors. Polymorphism [Internet]. HaskellWiki, ; 2006 Oct 19, 16:39 UTC [cited 2022 May 19]. Available from: https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128.
Bluebook style
Polymorphism, https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128 (last visited May 19, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Polymorphism --- HaskellWiki{,} ", year = "2006", url = "https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128", note = "[Online; accessed 19-May-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 = "2006", url = "\url{https://wiki.haskell.org/index.php?title=Polymorphism&oldid=7128}", note = "[Online; accessed 19-May-2022]" }