Copyright | (c) 2016 Stephen Diehl (c) 20016-2018 Serokell (c) 2018 Kowainik |
---|---|
License | MIT |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Safe Haskell | None |
Language | Haskell2010 |
Lifted versions of functions working with files and common IO.
Documentation
appendFile :: MonadIO m => FilePath -> String -> m () Source #
Lifted version of appendFile
.