
29 Oct
2010
29 Oct
'10
8:41 p.m.
On Thu, Oct 28, 2010 at 4:42 PM, Ben Millwood
Personally I think function composition is what Haskell is all about and it is absolutely essential that the syntax for it be lightweight. If we think using . as qualification as well as composition is confusing, I'm much more inclined to say using it as qualification was a mistake.
Agreed. However for function composition I often use ∘ from: http://hackage.haskell.org/packages/archive/base-unicode-symbols/0.2.1.1/doc... Bas