Cite This Page
Bibliographic details for Memory management
- Page name: Memory management
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 1 February 2008 13:51 UTC
- Date retrieved: 8 October 2024 00:52 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860
- Page Version ID: 18860
Citation styles for Memory management
APA style
Memory management. (2008, February 1). HaskellWiki, . Retrieved 00:52, October 8, 2024 from https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860.
MLA style
"Memory management." HaskellWiki, . 1 Feb 2008, 13:51 UTC. 8 Oct 2024, 00:52 <https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860>.
MHRA style
HaskellWiki contributors, 'Memory management', HaskellWiki, , 1 February 2008, 13:51 UTC, <https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860> [accessed 8 October 2024]
Chicago style
HaskellWiki contributors, "Memory management," HaskellWiki, , https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860 (accessed October 8, 2024).
CBE/CSE style
HaskellWiki contributors. Memory management [Internet]. HaskellWiki, ; 2008 Feb 1, 13:51 UTC [cited 2024 Oct 8]. Available from: https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860.
Bluebook style
Memory management, https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860 (last visited October 8, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Memory management --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860", note = "[Online; accessed 8-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 = "Memory management --- HaskellWiki{,} ", year = "2008", url = "\url{https://wiki.haskell.org/index.php?title=Memory_management&oldid=18860}", note = "[Online; accessed 8-October-2024]" }