Cite This Page
Bibliographic details for Practicebook on Haskell
- Page name: Practicebook on Haskell
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 27 May 2012 22:03 UTC
- Date retrieved: 6 December 2023 21:14 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802
- Page Version ID: 45802
Citation styles for Practicebook on Haskell
APA style
Practicebook on Haskell. (2012, May 27). HaskellWiki, . Retrieved 21:14, December 6, 2023 from https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802.
MLA style
"Practicebook on Haskell." HaskellWiki, . 27 May 2012, 22:03 UTC. 6 Dec 2023, 21:14 <https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802>.
MHRA style
HaskellWiki contributors, 'Practicebook on Haskell', HaskellWiki, , 27 May 2012, 22:03 UTC, <https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802> [accessed 6 December 2023]
Chicago style
HaskellWiki contributors, "Practicebook on Haskell," HaskellWiki, , https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802 (accessed December 6, 2023).
CBE/CSE style
HaskellWiki contributors. Practicebook on Haskell [Internet]. HaskellWiki, ; 2012 May 27, 22:03 UTC [cited 2023 Dec 6]. Available from: https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802.
Bluebook style
Practicebook on Haskell, https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802 (last visited December 6, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Practicebook on Haskell --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802", note = "[Online; accessed 6-December-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 = "Practicebook on Haskell --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=Practicebook_on_Haskell&oldid=45802}", note = "[Online; accessed 6-December-2023]" }