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