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