6 ms·
> Most Haskellers write out the types Maybe that's partly because Haskell can easily become a bit too elegant. Between all the currying and combinators, the ty
by YouAreGreat 8y ago
> Most Haskellers write out the types
Maybe that's partly because Haskell can easily become a bit too elegant. Between all the currying and combinators, the type helps to understand code "top down", i.e. when you don't have studied and memorized all "bottom up" component parts.