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