Higher-order function: Difference between revisions

Content deleted Content added
DarthKitty (talk | contribs)
DarthKitty (talk | contribs)
Line 295:
</syntaxhighlight>
 
Notice a function literal can be defined either with an identifier ({{code|twice}}) or anonymously (assigned to variable {{code|fplusThree}}).
 
====Haskell====