Cite This Page
Bibliographic details for Commenting
- Page name: Commenting
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 9 April 2021 02:39 UTC
- Date retrieved: 2 April 2023 06:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Commenting&oldid=64152
- Page Version ID: 64152
Citation styles for Commenting
APA style
Commenting. (2021, April 9). HaskellWiki, . Retrieved 06:41, April 2, 2023 from https://wiki.haskell.org/index.php?title=Commenting&oldid=64152.
MLA style
"Commenting." HaskellWiki, . 9 Apr 2021, 02:39 UTC. 2 Apr 2023, 06:41 <https://wiki.haskell.org/index.php?title=Commenting&oldid=64152>.
MHRA style
HaskellWiki contributors, 'Commenting', HaskellWiki, , 9 April 2021, 02:39 UTC, <https://wiki.haskell.org/index.php?title=Commenting&oldid=64152> [accessed 2 April 2023]
Chicago style
HaskellWiki contributors, "Commenting," HaskellWiki, , https://wiki.haskell.org/index.php?title=Commenting&oldid=64152 (accessed April 2, 2023).
CBE/CSE style
HaskellWiki contributors. Commenting [Internet]. HaskellWiki, ; 2021 Apr 9, 02:39 UTC [cited 2023 Apr 2]. Available from: https://wiki.haskell.org/index.php?title=Commenting&oldid=64152.
Bluebook style
Commenting, https://wiki.haskell.org/index.php?title=Commenting&oldid=64152 (last visited April 2, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Commenting --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Commenting&oldid=64152", note = "[Online; accessed 2-April-2023]" }
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 = "Commenting --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Commenting&oldid=64152}", note = "[Online; accessed 2-April-2023]" }