Cite This Page
Bibliographic details for Examples/Random list
- Page name: Examples/Random list
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 26 June 2017 12:54 UTC
- Date retrieved: 20 April 2025 13:41 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939
- Page Version ID: 61939
Citation styles for Examples/Random list
APA style
Examples/Random list. (2017, June 26). HaskellWiki. Retrieved 13:41, April 20, 2025 from https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939.
MLA style
"Examples/Random list." HaskellWiki. 26 Jun 2017, 12:54 UTC. 20 Apr 2025, 13:41 <https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939>.
MHRA style
HaskellWiki contributors, 'Examples/Random list', HaskellWiki, 26 June 2017, 12:54 UTC, <https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939> [accessed 20 April 2025]
Chicago style
HaskellWiki contributors, "Examples/Random list," HaskellWiki, https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939 (accessed April 20, 2025).
CBE/CSE style
HaskellWiki contributors. Examples/Random list [Internet]. HaskellWiki; 2017 Jun 26, 12:54 UTC [cited 2025 Apr 20]. Available from: https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939.
Bluebook style
Examples/Random list, https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939 (last visited April 20, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Examples/Random list --- HaskellWiki{,} ", year = "2017", url = "https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939", note = "[Online; accessed 20-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 = "Examples/Random list --- HaskellWiki{,} ", year = "2017", url = "\url{https://wiki.haskell.org/index.php?title=Examples/Random_list&oldid=61939}", note = "[Online; accessed 20-April-2025]" }