Cite This Page
Bibliographic details for Monads as computation
- Page name: Monads as computation
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 30 December 2011 11:12 UTC
- Date retrieved: 15 February 2025 19:39 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769
- Page Version ID: 43769
Citation styles for Monads as computation
APA style
Monads as computation. (2011, December 30). HaskellWiki. Retrieved 19:39, February 15, 2025 from https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769.
MLA style
"Monads as computation." HaskellWiki. 30 Dec 2011, 11:12 UTC. 15 Feb 2025, 19:39 <https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769>.
MHRA style
HaskellWiki contributors, 'Monads as computation', HaskellWiki, 30 December 2011, 11:12 UTC, <https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769> [accessed 15 February 2025]
Chicago style
HaskellWiki contributors, "Monads as computation," HaskellWiki, https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769 (accessed February 15, 2025).
CBE/CSE style
HaskellWiki contributors. Monads as computation [Internet]. HaskellWiki; 2011 Dec 30, 11:12 UTC [cited 2025 Feb 15]. Available from: https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769.
Bluebook style
Monads as computation, https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769 (last visited February 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Monads as computation --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769", note = "[Online; accessed 15-February-2025]" }
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 = "Monads as computation --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=Monads_as_computation&oldid=43769}", note = "[Online; accessed 15-February-2025]" }