Cite This Page
Bibliographic details for Sample Programs for Learning
- Page name: Sample Programs for Learning
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 26 April 2021 01:10 UTC
- Date retrieved: 22 April 2025 10:05 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343
- Page Version ID: 64343
Citation styles for Sample Programs for Learning
APA style
Sample Programs for Learning. (2021, April 26). HaskellWiki. Retrieved 10:05, April 22, 2025 from https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343.
MLA style
"Sample Programs for Learning." HaskellWiki. 26 Apr 2021, 01:10 UTC. 22 Apr 2025, 10:05 <https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343>.
MHRA style
HaskellWiki contributors, 'Sample Programs for Learning', HaskellWiki, 26 April 2021, 01:10 UTC, <https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343> [accessed 22 April 2025]
Chicago style
HaskellWiki contributors, "Sample Programs for Learning," HaskellWiki, https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343 (accessed April 22, 2025).
CBE/CSE style
HaskellWiki contributors. Sample Programs for Learning [Internet]. HaskellWiki; 2021 Apr 26, 01:10 UTC [cited 2025 Apr 22]. Available from: https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343.
Bluebook style
Sample Programs for Learning, https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343 (last visited April 22, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Sample Programs for Learning --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343", note = "[Online; accessed 22-April-2025]" }
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 = "Sample Programs for Learning --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Sample_Programs_for_Learning&oldid=64343}", note = "[Online; accessed 22-April-2025]" }