Cite This Page
Bibliographic details for MonadCont under the hood
- Page name: MonadCont under the hood
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 4 December 2012 23:02 UTC
- Date retrieved: 7 March 2021 18:10 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322
- Page Version ID: 36322
Citation styles for MonadCont under the hood
APA style
MonadCont under the hood. (2012, December 4). HaskellWiki, . Retrieved 18:10, March 7, 2021 from https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322.
MLA style
"MonadCont under the hood." HaskellWiki, . 4 Dec 2012, 23:02 UTC. 7 Mar 2021, 18:10 <https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322>.
MHRA style
HaskellWiki contributors, 'MonadCont under the hood', HaskellWiki, , 4 December 2012, 23:02 UTC, <https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322> [accessed 7 March 2021]
Chicago style
HaskellWiki contributors, "MonadCont under the hood," HaskellWiki, , https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322 (accessed March 7, 2021).
CBE/CSE style
HaskellWiki contributors. MonadCont under the hood [Internet]. HaskellWiki, ; 2012 Dec 4, 23:02 UTC [cited 2021 Mar 7]. Available from: https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322.
Bluebook style
MonadCont under the hood, https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322 (last visited March 7, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "MonadCont under the hood --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322", note = "[Online; accessed 7-March-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 = "MonadCont under the hood --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=MonadCont_under_the_hood&oldid=36322}", note = "[Online; accessed 7-March-2021]" }