[Haskell-cafe] Overload function application? (was: foldr (.) id)

2012-10-27 Thread Greg Fitzgerald
Should library functions target Control.Category? We write for Num, IsString, and ListLike. Haskell overloads number literals and string literals, and awkwardly not List literals. Should Haskell overload function application too? How cool would it be to be able to leverage all of Haskell's

Re: [Haskell-cafe] Overload function application? (was: foldr (.) id)

2012-10-27 Thread wren ng thornton
On 10/27/12 3:23 PM, Greg Fitzgerald wrote: Should library functions target Control.Category? We write for Num, IsString, and ListLike. Haskell overloads number literals and string literals, and awkwardly not List literals. Should Haskell overload function application too? How cool would it