
22 Apr
2005
22 Apr
'05
7:44 a.m.
John Meacham
System.IO.hGetWord8 :: Handle -> IO Word8 System.IO.hPutWord8 :: Word8 -> Handle -> IO Word8
Sounds good to me. can we please also add
readBinaryFile :: String -> IO [Word8] writeBinaryFile :: String -> [Word8] -> IO ()
Or even: System.IO.Word8.(readFile|writeFile...) I.e. reusing the current Char IO interface for the Word8 type. Oh well, maybe not. -kzm -- If I haven't seen further, it is by standing in the footprints of giants