Cite This Page
Bibliographic details for Lambda abstraction
- Page name: Lambda abstraction
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 13 July 2007 19:54 UTC
- Date retrieved: 17 March 2025 07:58 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280
- Page Version ID: 14280
Citation styles for Lambda abstraction
APA style
Lambda abstraction. (2007, July 13). HaskellWiki. Retrieved 07:58, March 17, 2025 from https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280.
MLA style
"Lambda abstraction." HaskellWiki. 13 Jul 2007, 19:54 UTC. 17 Mar 2025, 07:58 <https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280>.
MHRA style
HaskellWiki contributors, 'Lambda abstraction', HaskellWiki, 13 July 2007, 19:54 UTC, <https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280> [accessed 17 March 2025]
Chicago style
HaskellWiki contributors, "Lambda abstraction," HaskellWiki, https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280 (accessed March 17, 2025).
CBE/CSE style
HaskellWiki contributors. Lambda abstraction [Internet]. HaskellWiki; 2007 Jul 13, 19:54 UTC [cited 2025 Mar 17]. Available from: https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280.
Bluebook style
Lambda abstraction, https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280 (last visited March 17, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Lambda abstraction --- HaskellWiki{,} ", year = "2007", url = "https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280", 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 = "Lambda abstraction --- HaskellWiki{,} ", year = "2007", url = "\url{https://wiki.haskell.org/index.php?title=Lambda_abstraction&oldid=14280}", note = "[Online; accessed 17-March-2025]" }