Cite This Page
Bibliographic details for How to write a Haskell program
- Page name: How to write a Haskell program
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 13 March 2009 22:04 UTC
- Date retrieved: 22 May 2022 12:14 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950
- Page Version ID: 26950
Citation styles for How to write a Haskell program
APA style
How to write a Haskell program. (2009, March 13). HaskellWiki, . Retrieved 12:14, May 22, 2022 from https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950.
MLA style
"How to write a Haskell program." HaskellWiki, . 13 Mar 2009, 22:04 UTC. 22 May 2022, 12:14 <https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950>.
MHRA style
HaskellWiki contributors, 'How to write a Haskell program', HaskellWiki, , 13 March 2009, 22:04 UTC, <https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950> [accessed 22 May 2022]
Chicago style
HaskellWiki contributors, "How to write a Haskell program," HaskellWiki, , https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950 (accessed May 22, 2022).
CBE/CSE style
HaskellWiki contributors. How to write a Haskell program [Internet]. HaskellWiki, ; 2009 Mar 13, 22:04 UTC [cited 2022 May 22]. Available from: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950.
Bluebook style
How to write a Haskell program, https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950 (last visited May 22, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "How to write a Haskell program --- HaskellWiki{,} ", year = "2009", url = "https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950", note = "[Online; accessed 22-May-2022]" }
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 = "How to write a Haskell program --- HaskellWiki{,} ", year = "2009", url = "\url{https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=26950}", note = "[Online; accessed 22-May-2022]" }