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: 7 March 2021 09:36 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=62586
- Page Version ID: 62586
Citation styles for How to write a Haskell program
APA style
How to write a Haskell program. (2018, August 26). HaskellWiki, . Retrieved 09:36, March 7, 2021 from https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=62586.
MLA style
"How to write a Haskell program." HaskellWiki, . 26 Aug 2018, 21:21 UTC. 7 Mar 2021, 09:36 <https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=62586>.
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=62586> [accessed 7 March 2021]
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=62586 (accessed March 7, 2021).
CBE/CSE style
HaskellWiki contributors. How to write a Haskell program [Internet]. HaskellWiki, ; 2018 Aug 26, 21:21 UTC [cited 2021 Mar 7]. Available from: https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=62586.
Bluebook style
How to write a Haskell program, https://wiki.haskell.org/index.php?title=How_to_write_a_Haskell_program&oldid=62586 (last visited March 7, 2021).
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=62586", note = "[Online; accessed 7-March-2021]" }
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=62586}", note = "[Online; accessed 7-March-2021]" }