Cite This Page
Bibliographic details for Resource limits
- Page name: Resource limits
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 28 August 2007 19:41 UTC
- Date retrieved: 15 February 2025 20:24 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320
- Page Version ID: 15320
Citation styles for Resource limits
APA style
Resource limits. (2007, August 28). HaskellWiki. Retrieved 20:24, February 15, 2025 from https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320.
MLA style
"Resource limits." HaskellWiki. 28 Aug 2007, 19:41 UTC. 15 Feb 2025, 20:24 <https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320>.
MHRA style
HaskellWiki contributors, 'Resource limits', HaskellWiki, 28 August 2007, 19:41 UTC, <https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320> [accessed 15 February 2025]
Chicago style
HaskellWiki contributors, "Resource limits," HaskellWiki, https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320 (accessed February 15, 2025).
CBE/CSE style
HaskellWiki contributors. Resource limits [Internet]. HaskellWiki; 2007 Aug 28, 19:41 UTC [cited 2025 Feb 15]. Available from: https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320.
Bluebook style
Resource limits, https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320 (last visited February 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Resource limits --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320", note = "[Online; accessed 15-February-2025]" }
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 = "Resource limits --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Resource_limits&oldid=15320}", note = "[Online; accessed 15-February-2025]" }