large-records-0.1.0.0: Efficient compilation for large records, linear in the size of the record
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.Record.Internal.Util

Description

Miscellaneous utility functions

Synopsis

Monadic combinators

concatM :: Applicative m => [m [a]] -> m [a] Source #

concatMapM :: Applicative m => (a -> m [b]) -> [a] -> m [b] Source #