| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
System.Handsy.Internal
Documentation
Constructors
| Command FilePath [String] ByteString ((ExitCode, ByteString, ByteString) -> k) | |
| ReadFile FilePath (ByteString -> k) | |
| WriteFile FilePath ByteString (() -> k) | |
| AppendFile FilePath ByteString (() -> k) |
appendFile :: forall m. MonadFree HandsyF m => FilePath -> ByteString -> m () Source
command :: forall m. MonadFree HandsyF m => FilePath -> [String] -> ByteString -> m (ExitCode, ByteString, ByteString) Source