Cite This Page
Bibliographic details for Code duplication
- Page name: Code duplication
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 28 December 2008 19:53 UTC
- Date retrieved: 13 February 2025 18:48 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284
- Page Version ID: 25284
Citation styles for Code duplication
APA style
Code duplication. (2008, December 28). HaskellWiki. Retrieved 18:48, February 13, 2025 from https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284.
MLA style
"Code duplication." HaskellWiki. 28 Dec 2008, 19:53 UTC. 13 Feb 2025, 18:48 <https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284>.
MHRA style
HaskellWiki contributors, 'Code duplication', HaskellWiki, 28 December 2008, 19:53 UTC, <https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284> [accessed 13 February 2025]
Chicago style
HaskellWiki contributors, "Code duplication," HaskellWiki, https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284 (accessed February 13, 2025).
CBE/CSE style
HaskellWiki contributors. Code duplication [Internet]. HaskellWiki; 2008 Dec 28, 19:53 UTC [cited 2025 Feb 13]. Available from: https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284.
Bluebook style
Code duplication, https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284 (last visited February 13, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Code duplication --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284", note = "[Online; accessed 13-February-2025]" }
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 = "Code duplication --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Code_duplication&oldid=25284}", note = "[Online; accessed 13-February-2025]" }