read-io-0.0.0.1: Read IO library

Safe HaskellSafe
LanguageHaskell2010

System.IO.Show

Description

Show a to file

Synopsis

Documentation

showFile :: Show a => a -> FilePath -> IO () Source #

Show a and write the result to given FilePath

writeFileUtf8 :: String -> FilePath -> IO () Source #

Write content to UTF-8 file