| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Ormolu.Utils.IO
Description
Write Text to files using UTF8 and ignoring native
line ending conventions.
Synopsis
- writeFileUtf8 :: MonadIO m => FilePath -> Text -> m ()
- readFileUtf8 :: MonadIO m => FilePath -> m Text
- getContentsUtf8 :: MonadIO m => m Text
Documentation
writeFileUtf8 :: MonadIO m => FilePath -> Text -> m () Source #
Write a Text to a file using UTF8 and ignoring native
line ending conventions.