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