process-listlike-1.0: Process extras

Safe HaskellNone
LanguageHaskell98

System.Process.ListLike

Synopsis

Documentation

readProcessWithExitCode Source

Arguments

:: ListLikeProcessIO a c 
=> FilePath

command to run

-> [String]

any arguments

-> a

standard input

-> IO (ExitCode, a, a)

exitcode, stdout, stderr

Like readProcessWithExitCode, but with generalized input and output type.