Safe Haskell | None |
---|---|
Language | Haskell2010 |
- readProcessWithExitCode :: FilePath -> [String] -> Chars -> IO (ExitCode, Chars, Chars)
- readCreateProcessWithExitCode :: CreateProcess -> Chars -> IO (ExitCode, Chars, Chars)
Documentation
readProcessWithExitCode Source #
:: FilePath | command to run |
-> [String] | any arguments |
-> Chars | standard input |
-> IO (ExitCode, Chars, Chars) | exitcode, stdout, stderr |
Specialized version for backwards compatibility.
Orphan instances
ListLikeProcessIO Chars Char Source # | Like |