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: 4 July 2022 21:48 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 21:48, July 4, 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. 4 Jul 2022, 21:48 <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 4 July 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 July 4, 2022).
CBE/CSE style
HaskellWiki contributors. Type variables instead of concrete types [Internet]. HaskellWiki, ; 2021 Feb 6, 14:51 UTC [cited 2022 Jul 4]. 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 July 4, 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 4-July-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 4-July-2022]" }