>>> msumOf each ("hello","world") "helloworld"
>>> msumOf each (Nothing, Just "hello", Nothing) Just "hello"
msum ≡ msumOf folded