Cite This Page
Bibliographic details for Generics
- Page name: Generics
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 13 February 2021 02:44 UTC
- Date retrieved: 8 September 2024 17:14 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Generics&oldid=63969
- Page Version ID: 63969
Citation styles for Generics
APA style
Generics. (2021, February 13). HaskellWiki, . Retrieved 17:14, September 8, 2024 from https://wiki.haskell.org/index.php?title=Generics&oldid=63969.
MLA style
"Generics." HaskellWiki, . 13 Feb 2021, 02:44 UTC. 8 Sep 2024, 17:14 <https://wiki.haskell.org/index.php?title=Generics&oldid=63969>.
MHRA style
HaskellWiki contributors, 'Generics', HaskellWiki, , 13 February 2021, 02:44 UTC, <https://wiki.haskell.org/index.php?title=Generics&oldid=63969> [accessed 8 September 2024]
Chicago style
HaskellWiki contributors, "Generics," HaskellWiki, , https://wiki.haskell.org/index.php?title=Generics&oldid=63969 (accessed September 8, 2024).
CBE/CSE style
HaskellWiki contributors. Generics [Internet]. HaskellWiki, ; 2021 Feb 13, 02:44 UTC [cited 2024 Sep 8]. Available from: https://wiki.haskell.org/index.php?title=Generics&oldid=63969.
Bluebook style
Generics, https://wiki.haskell.org/index.php?title=Generics&oldid=63969 (last visited September 8, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Generics --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Generics&oldid=63969", note = "[Online; accessed 8-September-2024]" }
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 = "Generics --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Generics&oldid=63969}", note = "[Online; accessed 8-September-2024]" }