Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Documentation
class HandleLike h where Source
hlPut :: h -> ByteString -> IO () Source
hlGet :: h -> Int -> IO ByteString Source
hlGetByte :: h -> IO Word8 Source
hlGetLine :: h -> IO ByteString Source
hlGetContent :: h -> IO ByteString Source
hlPutStrLn :: HandleLike h => h -> ByteString -> IO () Source