morley-1.4.0: Developer tools for the Michelson Language
Safe HaskellNone
LanguageHaskell2010

Util.IO

Synopsis

Documentation

writeFileUtf8 :: Print text => FilePath -> text -> IO () Source #

appendFileUtf8 :: Print text => FilePath -> text -> IO () Source #

hSetTranslit :: Handle -> IO () Source #

Change the character encoding of the given Handle to transliterate on unsupported characters instead of throwing an exception.