Cite This Page
Bibliographic details for Haskell programming tips
- Page name: Haskell programming tips
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 30 December 2010 11:49 UTC
- Date retrieved: 7 February 2023 05:06 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051
- Page Version ID: 38051
Citation styles for Haskell programming tips
APA style
Haskell programming tips. (2010, December 30). HaskellWiki, . Retrieved 05:06, February 7, 2023 from https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051.
MLA style
"Haskell programming tips." HaskellWiki, . 30 Dec 2010, 11:49 UTC. 7 Feb 2023, 05:06 <https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051>.
MHRA style
HaskellWiki contributors, 'Haskell programming tips', HaskellWiki, , 30 December 2010, 11:49 UTC, <https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051> [accessed 7 February 2023]
Chicago style
HaskellWiki contributors, "Haskell programming tips," HaskellWiki, , https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051 (accessed February 7, 2023).
CBE/CSE style
HaskellWiki contributors. Haskell programming tips [Internet]. HaskellWiki, ; 2010 Dec 30, 11:49 UTC [cited 2023 Feb 7]. Available from: https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051.
Bluebook style
Haskell programming tips, https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051 (last visited February 7, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Haskell programming tips --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051", note = "[Online; accessed 7-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 = "Haskell programming tips --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Haskell_programming_tips&oldid=38051}", note = "[Online; accessed 7-February-2023]" }