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