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