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