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