Copyright | (c) 2016 Stephen Diehl (c) 20016-2018 Serokell (c) 2018 Kowainik |
---|---|
License | MIT |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
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
.