concat -package:ghc -package:hedgehog -package:dlist package:ListLike

Flatten the structure.
Map a function over the items and concatenate the results. See also rigidConcatMap.
Like concatMap, but without the possibility of changing the type of the item. This can have performance benefits for some things such as ByteString.