| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
System.Handsy.Internal
Documentation
Arguments
| :: IO r | Acquire resource |
| -> (r -> IO ()) | Release resource |
| -> (r -> String -> ByteString -> IO (ExitCode, ByteString, ByteString)) | |
| -> Options | |
| -> Handsy a | |
| -> IO a |
Arguments
| :: (FilePath -> ByteString -> IO (ExitCode, ByteString, ByteString)) |
|
| -> Options | |
| -> Handsy a | |
| -> IO a |
shell :: FilePath -> ByteString -> Handsy (ExitCode, ByteString, ByteString) Source