Cite This Page
Bibliographic details for Monad
- Page name: Monad
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 20 October 2020 11:05 UTC
- Date retrieved: 23 January 2021 05:20 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Monad&oldid=17109
- Page Version ID: 17109
Citation styles for Monad
APA style
Monad. (2020, October 20). HaskellWiki, . Retrieved 05:20, January 23, 2021 from https://wiki.haskell.org/index.php?title=Monad&oldid=17109.
MLA style
"Monad." HaskellWiki, . 20 Oct 2020, 11:05 UTC. 23 Jan 2021, 05:20 <https://wiki.haskell.org/index.php?title=Monad&oldid=17109>.
MHRA style
HaskellWiki contributors, 'Monad', HaskellWiki, , 20 October 2020, 11:05 UTC, <https://wiki.haskell.org/index.php?title=Monad&oldid=17109> [accessed 23 January 2021]
Chicago style
HaskellWiki contributors, "Monad," HaskellWiki, , https://wiki.haskell.org/index.php?title=Monad&oldid=17109 (accessed January 23, 2021).
CBE/CSE style
HaskellWiki contributors. Monad [Internet]. HaskellWiki, ; 2020 Oct 20, 11:05 UTC [cited 2021 Jan 23]. Available from: https://wiki.haskell.org/index.php?title=Monad&oldid=17109.
Bluebook style
Monad, https://wiki.haskell.org/index.php?title=Monad&oldid=17109 (last visited January 23, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Monad --- HaskellWiki{,} ", year = "2020", url = "https://wiki.haskell.org/index.php?title=Monad&oldid=17109", note = "[Online; accessed 23-January-2021]" }
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 = "Monad --- HaskellWiki{,} ", year = "2020", url = "\url{https://wiki.haskell.org/index.php?title=Monad&oldid=17109}", note = "[Online; accessed 23-January-2021]" }