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: 22 August 2008 10:00 UTC
- Date retrieved: 26 May 2022 23:33 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569
- Page Version ID: 22569
Citation styles for How to write a Haskell program
APA style
How to write a Haskell program. (2008, August 22). HaskellWiki, . Retrieved 23:33, May 26, 2022 from https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569.
MLA style
"How to write a Haskell program." HaskellWiki, . 22 Aug 2008, 10:00 UTC. 26 May 2022, 23:33 <https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569>.
MHRA style
HaskellWiki contributors, 'How to write a Haskell program', HaskellWiki, , 22 August 2008, 10:00 UTC, <https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569> [accessed 26 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=22569 (accessed May 26, 2022).
CBE/CSE style
HaskellWiki contributors. How to write a Haskell program [Internet]. HaskellWiki, ; 2008 Aug 22, 10:00 UTC [cited 2022 May 26]. Available from: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569.
Bluebook style
How to write a Haskell program, https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569 (last visited May 26, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "How to write a Haskell program --- HaskellWiki{,} ", year = "2008", url = "https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569", note = "[Online; accessed 26-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 = "2008", url = "\url{https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22569}", note = "[Online; accessed 26-May-2022]" }