Cite This Page
Bibliographic details for PrettyPrinting
- Page name: PrettyPrinting
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 8 June 2023 11:50 UTC
- Date retrieved: 21 March 2025 23:21 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127
- Page Version ID: 66127
Citation styles for PrettyPrinting
APA style
PrettyPrinting. (2023, June 8). HaskellWiki. Retrieved 23:21, March 21, 2025 from https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127.
MLA style
"PrettyPrinting." HaskellWiki. 8 Jun 2023, 11:50 UTC. 21 Mar 2025, 23:21 <https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127>.
MHRA style
HaskellWiki contributors, 'PrettyPrinting', HaskellWiki, 8 June 2023, 11:50 UTC, <https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127> [accessed 21 March 2025]
Chicago style
HaskellWiki contributors, "PrettyPrinting," HaskellWiki, https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127 (accessed March 21, 2025).
CBE/CSE style
HaskellWiki contributors. PrettyPrinting [Internet]. HaskellWiki; 2023 Jun 8, 11:50 UTC [cited 2025 Mar 21]. Available from: https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127.
Bluebook style
PrettyPrinting, https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127 (last visited March 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "PrettyPrinting --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127", note = "[Online; accessed 21-March-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 = "PrettyPrinting --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=PrettyPrinting&oldid=66127}", note = "[Online; accessed 21-March-2025]" }