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: 12 February 2025 17:05 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=38946
- Page Version ID: 38946
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 17:05, February 12, 2025 from https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=38946.
MLA style
"The Monad.Reader/Issue3/Notes on Learning Haskell." HaskellWiki. 9 Mar 2011, 04:59 UTC. 12 Feb 2025, 17:05 <https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=38946>.
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=38946> [accessed 12 February 2025]
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=38946 (accessed February 12, 2025).
CBE/CSE style
HaskellWiki contributors. The Monad.Reader/Issue3/Notes on Learning Haskell [Internet]. HaskellWiki; 2011 Mar 9, 04:59 UTC [cited 2025 Feb 12]. Available from: https://wiki.haskell.org/index.php?title=The_Monad.Reader/Issue3/Notes_on_Learning_Haskell&oldid=38946.
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=38946 (last visited February 12, 2025).
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=38946", note = "[Online; accessed 12-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 = "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=38946}", note = "[Online; accessed 12-February-2025]" }