Tacit programming: Difference between revisions

Content deleted Content added
MaD70 (talk | contribs)
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 the [[function composition (computer science)|dotfunction composition]] operator:
<source lang="haskell">
p x y z = f (g x y) z