| Safe Haskell | Safe-Inferred |
|---|
Data.HandleLike
Documentation
class HandleLike h whereSource
Methods
hlPut :: h -> ByteString -> IO ()Source
hlGet :: h -> Int -> IO ByteStringSource
hlGetByte :: h -> IO Word8Source
hlGetLine :: h -> IO ByteStringSource
hlGetContent :: h -> IO ByteStringSource
Instances
hlPutStrLn :: HandleLike h => h -> ByteString -> IO ()Source