Cite This Page
Bibliographic details for GHC optimisations
- Page name: GHC optimisations
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 18 January 2008 09:32 UTC
- Date retrieved: 4 December 2024 00:00 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395
- Page Version ID: 18395
Citation styles for GHC optimisations
APA style
GHC optimisations. (2008, January 18). HaskellWiki. Retrieved 00:00, December 4, 2024 from https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395.
MLA style
"GHC optimisations." HaskellWiki. 18 Jan 2008, 09:32 UTC. 4 Dec 2024, 00:00 <https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395>.
MHRA style
HaskellWiki contributors, 'GHC optimisations', HaskellWiki, 18 January 2008, 09:32 UTC, <https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395> [accessed 4 December 2024]
Chicago style
HaskellWiki contributors, "GHC optimisations," HaskellWiki, https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395 (accessed December 4, 2024).
CBE/CSE style
HaskellWiki contributors. GHC optimisations [Internet]. HaskellWiki; 2008 Jan 18, 09:32 UTC [cited 2024 Dec 4]. Available from: https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395.
Bluebook style
GHC optimisations, https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395 (last visited December 4, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "GHC optimisations --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395", note = "[Online; accessed 4-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 = "GHC optimisations --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=GHC_optimisations&oldid=18395}", note = "[Online; accessed 4-December-2024]" }