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