On Friday, 20 September 2013 at 15:23:20 UTC, Paulo Pinto wrote:
Am 20.09.2013 16:24, schrieb renoX:That said, he made the same mistake as Haskell's authors: currying is a*mathematical detail* which shouldn't obscure function type: 'f: a->b->c' is less readable than 'f: a,b->c'.renoXThat is standard in all languages of the ML family, not only Haskell.
I know, but 'standard' doesn't mean that it is a good idea.. renoX
