Haskell confusion (81)

78 Name: !WAHa.06x36 : 2006-04-08 22:04 ID:Heaven

>>76

Furthermore: >>58 and >>62 gave suggestions for implementations that both, it seems to me, support "pointfree style".

Yet further, I'd have to take issue with the claim that "pointfree style" is in any way clearer. By removing variable names in the function specification, you're making the code a lot less self-documenting, because it is no longer obvious at a glance how many and what kind of arguments the function accepts. You now have to examine and understand the function body to figure out the arguments. I can't really see how this is "clearer" in any other way than using less characters.

This thread has been closed. You cannot post in this thread any longer.