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: 11 August 2008 16:06 UTC
- Date retrieved: 30 March 2023 10:38 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22395
- Page Version ID: 22395
Citation styles for How to write a Haskell program
APA style
How to write a Haskell program. (2008, August 11). HaskellWiki, . Retrieved 10:38, March 30, 2023 from https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22395.
MLA style
"How to write a Haskell program." HaskellWiki, . 11 Aug 2008, 16:06 UTC. 30 Mar 2023, 10:38 <https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22395>.
MHRA style
HaskellWiki contributors, 'How to write a Haskell program', HaskellWiki, , 11 August 2008, 16:06 UTC, <https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22395> [accessed 30 March 2023]
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=22395 (accessed March 30, 2023).
CBE/CSE style
HaskellWiki contributors. How to write a Haskell program [Internet]. HaskellWiki, ; 2008 Aug 11, 16:06 UTC [cited 2023 Mar 30]. Available from: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22395.
Bluebook style
How to write a Haskell program, https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=22395 (last visited March 30, 2023).
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=22395", note = "[Online; accessed 30-March-2023]" }
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=22395}", note = "[Online; accessed 30-March-2023]" }