Cite This Page
Bibliographic details for The Monad.Reader/Issue3/Notes on Learning Haskell
- Page name: The Monad.Reader/Issue3/Notes on Learning Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 9 March 2011 04:59 UTC
- Date retrieved: 5 March 2021 08:42 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848
- Page Version ID: 20848
Citation styles for The Monad.Reader/Issue3/Notes on Learning Haskell
APA style
The Monad.Reader/Issue3/Notes on Learning Haskell. (2011, March 9). HaskellWiki, . Retrieved 08:42, March 5, 2021 from https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848.
MLA style
"The Monad.Reader/Issue3/Notes on Learning Haskell." HaskellWiki, . 9 Mar 2011, 04:59 UTC. 5 Mar 2021, 08:42 <https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848>.
MHRA style
HaskellWiki contributors, 'The Monad.Reader/Issue3/Notes on Learning Haskell', HaskellWiki, , 9 March 2011, 04:59 UTC, <https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848> [accessed 5 March 2021]
Chicago style
HaskellWiki contributors, "The Monad.Reader/Issue3/Notes on Learning Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848 (accessed March 5, 2021).
CBE/CSE style
HaskellWiki contributors. The Monad.Reader/Issue3/Notes on Learning Haskell [Internet]. HaskellWiki, ; 2011 Mar 9, 04:59 UTC [cited 2021 Mar 5]. Available from: https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848.
Bluebook style
The Monad.Reader/Issue3/Notes on Learning Haskell, https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848 (last visited March 5, 2021).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "The Monad.Reader/Issue3/Notes on Learning Haskell --- HaskellWiki{,} ", year = "2011", url = "https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848", note = "[Online; accessed 5-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 = "The Monad.Reader/Issue3/Notes on Learning Haskell --- HaskellWiki{,} ", year = "2011", url = "\url{https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=20848}", note = "[Online; accessed 5-March-2021]" }