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