-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A test suite for the complex multi files multi level processment. -- -- This library is intended to be a testsuite for some recursive multi -- file multiprocessment using some system executable that processes -- multiple files creating the resulting one (the "sox" can be a good -- example). The purposes are to avoid leakage of resources if the number -- of files are too great to be processed at once, to use multiple -- sequential processment schemes for the same executable and to create -- to some extent complex processment environment. Nevertheless, there is -- no guarantees that the test will be successful and such an environment -- can be created using such a scheme. Please, do not use at the moment -- in the production without additional thorough testing. @package process-sequential @version 0.1.2.0 -- | This library is intended to be a testsuite for some recursive multi -- file multiprocessment using some system executable that processes -- multiple files creating the resulting one (the "sox" can be a good -- example). -- -- The purposes are to avoid leakage of resources if the number of files -- are too great to be processed at once, to use multiple sequential -- processment schemes for the same executable and to create to some -- extent complex processment environment. Nevertheless, there is no -- guarantees that the test will be successful and such an environment -- can be created using such a scheme. Please, do not use at the moment -- in the production without additional thorough testing. module System.Process.Sequential seqFlsReadProcessWithExitCode :: FilePath -> Int -> (String -> String) -> String -> [Int] -> ([Int] -> [Int]) -> ([String] -> Int -> [String]) -> [String] -> String -> IO ([FilePath], [Int], [String], Int) seqFlsReadProcessWithExitCode1 :: FilePath -> (String -> String) -> String -> [Int] -> [String] -> String -> IO [FilePath] seqFlsReadProcessWithExitCode0 :: FilePath -> (String -> String) -> [Int] -> [FilePath] -> [String] -> String -> IO ([FilePath], [Int], [String]) recursiveApplyFGH :: FilePath -> Int -> (String -> String) -> [FilePath] -> [Int] -> ([Int] -> [Int]) -> ([String] -> Int -> [String]) -> [String] -> String -> IO ([FilePath], [Int], [String], Int) seqFlsHelp1 :: FilePath -> [FilePath] -> [String] -> String -> IO ExitCode