| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Debian.Extra.Files
Description
Domain independent functions used by the haskell-debian package.
Documentation
Arguments
| :: MonadIO m | |
| => (FilePath -> m a) | The function we want to pass a FilePath to |
| -> String | The text that the file should contain |
| -> m a | The function's return value |