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