Content deleted Content added
Artoria2e5 (talk | contribs) |
Artoria2e5 (talk | contribs) |
||
Line 81:
mf = (. map) . (.) . filter
</syntaxhighlight>Note that, as stated previously, the points in 'point-free' refer to the arguments, not to the use of dots; a common misconception.<ref>{{Cite web|url=https://wiki.haskell.org/Pointfree#But_pointfree_has_more_points.21|title=Pointfree - HaskellWiki|website=wiki.haskell.org|access-date=2016-06-05}}</ref>
A few programs have been written to automatically convert a Haskell expression to a point-free form.
===APL family===
|