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.
Computes a list of applicable locale names with a locale category name, which can be used to construct the fallback locale-dependent filenames or search paths. The returned list is sorted from most desirable to least desirable and always contains the default locale "C". This function consults the environment variables LANGUAGE, LC_ALL, categoryName, and LANG to find the list of locales specified by the user. getLanguageNames returns g_get_language_names_with_category("LC_MESSAGES"). Since: 2.58
Event source with consecutive occurrences at the given intervals. Should more than one event be scheduled to occur in any sampling interval, the output list will contain all events produced during that interval.