System.Process.Quick.Util
type M (m :: Type -> Type) = (MonadTime m, MonadMask m, MonadCatch m, MonadIO m) Source #
callProcessSilently :: M m => FilePath -> [String] -> m (Maybe Doc) Source #
joinNe :: [a] -> a -> [a] -> [a] Source #