Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Lifted versions of functions working with files and common IO.
All functions are specialized to Text
.
Documentation
appendFile :: MonadIO m => FilePath -> Text -> m () Source #
Lifted version of appendFile
.