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: 5 November 2007 12:51 UTC
- Date retrieved: 21 March 2023 21:05 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Do_notation_considered_harmful&oldid=16528
- Page Version ID: 16528
Citation styles for Do notation considered harmful
APA style
Do notation considered harmful. (2007, November 5). HaskellWiki, . Retrieved 21:05, March 21, 2023 from https://wiki.haskell.org/index.php?title=Do_notation_considered_harmful&oldid=16528.
MLA style
"Do notation considered harmful." HaskellWiki, . 5 Nov 2007, 12:51 UTC. 21 Mar 2023, 21:05 <https://wiki.haskell.org/index.php?title=Do_notation_considered_harmful&oldid=16528>.
MHRA style
HaskellWiki contributors, 'Do notation considered harmful', HaskellWiki, , 5 November 2007, 12:51 UTC, <https://wiki.haskell.org/index.php?title=Do_notation_considered_harmful&oldid=16528> [accessed 21 March 2023]
Chicago style
HaskellWiki contributors, "Do notation considered harmful," HaskellWiki, , https://wiki.haskell.org/index.php?title=Do_notation_considered_harmful&oldid=16528 (accessed March 21, 2023).
CBE/CSE style
HaskellWiki contributors. Do notation considered harmful [Internet]. HaskellWiki, ; 2007 Nov 5, 12:51 UTC [cited 2023 Mar 21]. Available from: https://wiki.haskell.org/index.php?title=Do_notation_considered_harmful&oldid=16528.
Bluebook style
Do notation considered harmful, https://wiki.haskell.org/index.php?title=Do_notation_considered_harmful&oldid=16528 (last visited March 21, 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=16528", note = "[Online; accessed 21-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=16528}", note = "[Online; accessed 21-March-2023]" }