libcspm-0.1.2: A library providing a parser, type checker and evaluator for CSPM.

Util.Monad

Documentation

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