Cite This Page
Bibliographic details for List function suggestions
- Page name: List function suggestions
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 16 June 2012 11:14 UTC
- Date retrieved: 17 March 2025 07:47 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084
- Page Version ID: 46084
Citation styles for List function suggestions
APA style
List function suggestions. (2012, June 16). HaskellWiki. Retrieved 07:47, March 17, 2025 from https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084.
MLA style
"List function suggestions." HaskellWiki. 16 Jun 2012, 11:14 UTC. 17 Mar 2025, 07:47 <https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084>.
MHRA style
HaskellWiki contributors, 'List function suggestions', HaskellWiki, 16 June 2012, 11:14 UTC, <https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084> [accessed 17 March 2025]
Chicago style
HaskellWiki contributors, "List function suggestions," HaskellWiki, https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084 (accessed March 17, 2025).
CBE/CSE style
HaskellWiki contributors. List function suggestions [Internet]. HaskellWiki; 2012 Jun 16, 11:14 UTC [cited 2025 Mar 17]. Available from: https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084.
Bluebook style
List function suggestions, https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084 (last visited March 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "List function suggestions --- HaskellWiki{,} ", year = "2012", url = "https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084", note = "[Online; accessed 17-March-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 = "List function suggestions --- HaskellWiki{,} ", year = "2012", url = "\url{https://wiki.haskell.org/index.php?title=List_function_suggestions&oldid=46084}", note = "[Online; accessed 17-March-2025]" }