| Maintainer | Bas van Dijk <v.dijk.bas@gmail.com> |
|---|
Data.Text.Lazy.IO.SaferFileHandles
Description
This module lifts the lazy Text IO operations into the region monad.
- hGetLine :: (ParentOf pr cr, MonadIO cr, ReadModes ioMode) => RegionalFileHandle ioMode pr -> cr Text
- hGetContents :: (ParentOf pr cr, MonadIO cr, ReadModes ioMode) => RegionalFileHandle ioMode pr -> cr Text
- hPutStr :: (ParentOf pr cr, MonadIO cr, WriteModes ioMode) => RegionalFileHandle ioMode pr -> Text -> cr ()
- hPutStrLn :: (ParentOf pr cr, MonadIO cr, WriteModes ioMode) => RegionalFileHandle ioMode pr -> Text -> cr ()
Documentation
hGetLine :: (ParentOf pr cr, MonadIO cr, ReadModes ioMode) => RegionalFileHandle ioMode pr -> cr TextSource
Wraps: Data.Text.Lazy.IO..
hGetLine
hGetContents :: (ParentOf pr cr, MonadIO cr, ReadModes ioMode) => RegionalFileHandle ioMode pr -> cr TextSource
Wraps: Data.Text.Lazy.IO..
hGetContents
hPutStr :: (ParentOf pr cr, MonadIO cr, WriteModes ioMode) => RegionalFileHandle ioMode pr -> Text -> cr ()Source
Wraps: Data.Text.Lazy.IO..
hPutStr
hPutStrLn :: (ParentOf pr cr, MonadIO cr, WriteModes ioMode) => RegionalFileHandle ioMode pr -> Text -> cr ()Source
Wraps: Data.Text.Lazy.IO..
hPutStrLn