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