Possible Duplicate:
What are advantages and disadvantages of “point free” style in functional programming?
When I was in university I had to learn haskell. In one of my classes we learned how to use point free functions. Besides the academic point of view is there any advantage of programming in a point free style?
In terms of efficiency is there any difference? Isn't point free more hard to understand in applications with a lot lines of code?