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: 4 October 2024 21:02 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 21:02, October 4, 2024 from https://wiki.haskell.org/index.php?title=Anonymous_function&oldid=64188.
MLA style
"Anonymous function." HaskellWiki, . 12 Apr 2021, 06:56 UTC. 4 Oct 2024, 21:02 <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 4 October 2024]
Chicago style
HaskellWiki contributors, "Anonymous function," HaskellWiki, , https://wiki.haskell.org/index.php?title=Anonymous_function&oldid=64188 (accessed October 4, 2024).
CBE/CSE style
HaskellWiki contributors. Anonymous function [Internet]. HaskellWiki, ; 2021 Apr 12, 06:56 UTC [cited 2024 Oct 4]. 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 October 4, 2024).
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 4-October-2024]" }
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 4-October-2024]" }