Cite This Page
Bibliographic details for Research papers/Generics
- Page name: Research papers/Generics
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 26 May 2022 19:49 UTC
- Date retrieved: 7 December 2024 07:59 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129
- Page Version ID: 65129
Citation styles for Research papers/Generics
APA style
Research papers/Generics. (2022, May 26). HaskellWiki. Retrieved 07:59, December 7, 2024 from https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129.
MLA style
"Research papers/Generics." HaskellWiki. 26 May 2022, 19:49 UTC. 7 Dec 2024, 07:59 <https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129>.
MHRA style
HaskellWiki contributors, 'Research papers/Generics', HaskellWiki, 26 May 2022, 19:49 UTC, <https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129> [accessed 7 December 2024]
Chicago style
HaskellWiki contributors, "Research papers/Generics," HaskellWiki, https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129 (accessed December 7, 2024).
CBE/CSE style
HaskellWiki contributors. Research papers/Generics [Internet]. HaskellWiki; 2022 May 26, 19:49 UTC [cited 2024 Dec 7]. Available from: https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129.
Bluebook style
Research papers/Generics, https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129 (last visited December 7, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Research papers/Generics --- HaskellWiki{,} ", year = "2022", url = "https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129", note = "[Online; accessed 7-December-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 = "Research papers/Generics --- HaskellWiki{,} ", year = "2022", url = "\url{https://wiki.haskell.org/index.php?title=Research_papers/Generics&oldid=65129}", note = "[Online; accessed 7-December-2024]" }