quick-process
Safe HaskellNone
LanguageGHC2024

System.Process.Quick.CallSpec.Verify

Synopsis

Documentation

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

Compose a list of monadic actions into one action. Composes using (>=>) - that is, the output of each action is fed to the input of the one after it in the list.

consumeViolations :: forall (m :: Type -> Type). MonadIO m => Int -> [CsViolationWithCtx] -> CsPerfT m () Source #