Copyright | (c) Masahiro Sakai 2014 |
---|---|
License | BSD-style |
Maintainer | masahiro.sakai@gmail.com |
Stability | provisional |
Portability | non-portable (CPP) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
ToySolver.Internal.ProcessUtil
Description
Documentation
runProcessWithOutputCallback Source
Arguments
:: FilePath | Filename of the executable (see |
-> [String] | any arguments |
-> String | standard input |
-> (String -> IO ()) | callback function which is called when a line is read from stdout |
-> (String -> IO ()) | callback function which is called when a line is read from stderr |
-> IO ExitCode |