hcat -package:diagrams-lib

(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
List version of <>.
List version of <>.
Concatenate docs horizontally without gaps.
The document (hcat xs) concatenates all documents xs horizontally with (<>).
The document (hcat xs) concatenates all documents xs horizontally with (<>).
Glue a list of boxes together horizontally, with the given alignment.
Concatenate documents horizontally.
Lay out a list of Diagrams horizontally from left to right, aligned along their top edges.
The document (hcat xs) concatenates all documents xs horizontally with (<>).
mconcat for Foldable data structures.
The document (hcat xs) concatenates all documents xs horizontally with (<>).
The document (hcat xs) concatenates all documents xs horizontally with (<>).
Place a list of Planes side-by-side, horizontally. Returns a 1×1 transparent plane on empty list.
List version of <>. Note that: hcat = intercalate (<>).
Lens for attribute splices :: Simple Lens (HeistConfig m) (Splices (AttrSplice m))
Lay out a list of Diagrams horizontally from left to right, with the given vertical alignment (top, vcenter, or bottom).
Catch an exception in the base monad Since 1.1.0
Warning was enabled with a custom category.