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