Content deleted Content added
m Updated link to PhD thesis "Point-free program calculation" by Manuel A. P. da Cunha |
→Functional programming: "dot operator" could be confusing here, as there are no dots involved in the example. Tags: Mobile edit Mobile web edit |
||
Line 50:
which is point-free.
Another example uses
<source lang="haskell">
p x y z = f (g x y) z
|