Cite This Page
Bibliographic details for Higher order function
- Page name: Higher order function
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 29 September 2010 18:20 UTC
- Date retrieved: 19 January 2025 13:36 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887
- Page Version ID: 36887
Citation styles for Higher order function
APA style
Higher order function. (2010, September 29). HaskellWiki. Retrieved 13:36, January 19, 2025 from https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887.
MLA style
"Higher order function." HaskellWiki. 29 Sep 2010, 18:20 UTC. 19 Jan 2025, 13:36 <https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887>.
MHRA style
HaskellWiki contributors, 'Higher order function', HaskellWiki, 29 September 2010, 18:20 UTC, <https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887> [accessed 19 January 2025]
Chicago style
HaskellWiki contributors, "Higher order function," HaskellWiki, https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887 (accessed January 19, 2025).
CBE/CSE style
HaskellWiki contributors. Higher order function [Internet]. HaskellWiki; 2010 Sep 29, 18:20 UTC [cited 2025 Jan 19]. Available from: https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887.
Bluebook style
Higher order function, https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887 (last visited January 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Higher order function --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887", note = "[Online; accessed 19-January-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 = "Higher order function --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Higher_order_function&oldid=36887}", note = "[Online; accessed 19-January-2025]" }