Cite This Page
Bibliographic details for GHC/Memory Management
- Page name: GHC/Memory Management
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 14 January 2019 00:56 UTC
- Date retrieved: 19 January 2021 01:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816
- Page Version ID: 58816
Citation styles for GHC/Memory Management
APA style
GHC/Memory Management. (2019, January 14). HaskellWiki, . Retrieved 01:41, January 19, 2021 from https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816.
MLA style
"GHC/Memory Management." HaskellWiki, . 14 Jan 2019, 00:56 UTC. 19 Jan 2021, 01:41 <https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816>.
MHRA style
HaskellWiki contributors, 'GHC/Memory Management', HaskellWiki, , 14 January 2019, 00:56 UTC, <https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816> [accessed 19 January 2021]
Chicago style
HaskellWiki contributors, "GHC/Memory Management," HaskellWiki, , https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816 (accessed January 19, 2021).
CBE/CSE style
HaskellWiki contributors. GHC/Memory Management [Internet]. HaskellWiki, ; 2019 Jan 14, 00:56 UTC [cited 2021 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816.
Bluebook style
GHC/Memory Management, https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816 (last visited January 19, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "GHC/Memory Management --- HaskellWiki{,} ", year = "2019", url = "https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816", note = "[Online; accessed 19-January-2021]" }
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/Memory Management --- HaskellWiki{,} ", year = "2019", url = "\url{https://wiki.haskell.org/index.php?title=GHC/Memory_Management&oldid=58816}", note = "[Online; accessed 19-January-2021]" }