hcat package:prettyprinter

(hcat xs) concatenates all documents xs horizontally with <> (i.e. without any spacing). It is provided only for consistency, since it is identical to mconcat.
>>> let docs = Util.words "lorem ipsum dolor"

>>> hcat docs
loremipsumdolor