Cite This Page
Bibliographic details for Type variables instead of concrete types
- Page name: Type variables instead of concrete types
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 6 February 2021 14:51 UTC
- Date retrieved: 19 May 2022 05:22 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784
- Page Version ID: 63784
Citation styles for Type variables instead of concrete types
APA style
Type variables instead of concrete types. (2021, February 6). HaskellWiki, . Retrieved 05:22, May 19, 2022 from https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784.
MLA style
"Type variables instead of concrete types." HaskellWiki, . 6 Feb 2021, 14:51 UTC. 19 May 2022, 05:22 <https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784>.
MHRA style
HaskellWiki contributors, 'Type variables instead of concrete types', HaskellWiki, , 6 February 2021, 14:51 UTC, <https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784> [accessed 19 May 2022]
Chicago style
HaskellWiki contributors, "Type variables instead of concrete types," HaskellWiki, , https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784 (accessed May 19, 2022).
CBE/CSE style
HaskellWiki contributors. Type variables instead of concrete types [Internet]. HaskellWiki, ; 2021 Feb 6, 14:51 UTC [cited 2022 May 19]. Available from: https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784.
Bluebook style
Type variables instead of concrete types, https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784 (last visited May 19, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Type variables instead of concrete types --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784", note = "[Online; accessed 19-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 = "Type variables instead of concrete types --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Type_variables_instead_of_concrete_types&oldid=63784}", note = "[Online; accessed 19-May-2022]" }