[Haskell-cafe] type (++) = (<>)

Doug McIlroy doug at cs.dartmouth.edu
Mon Jul 3 17:25:21 UTC 2017


> What do you think of making (++) the same as (<>)

Before Haskell 98, ++ was an overloadable operator associated with
class MonadPlus. Why was that arrangement abolished?

Doug


More information about the Haskell-Cafe mailing list