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