On Tue, 6 Feb 2001, Stefan Karrmann wrote: > > type Byte = Word8 > > I would prefer > > type Octet = Word8 > > to emphasise that the functions really uses 8 bits. I would define Byte as something different on an architecture where the basic file unit is not 8 bits. It's like char in C. -- Marcin 'Qrczak' Kowalczyk _______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell
- Re: binary files in haskell John Meacham
- Re: binary files in haskell Sven Panne
- Re: binary files in haskell Timmy Douglas
- RE: binary files in haskell Simon Marlow
- Re: binary files in haskell Olaf Chitil
- Re: binary files in haskell Marcin 'Qrczak' Kowalczyk
- Re: binary files in haskell Olaf Chitil
- Re: binary files in haskell Koen Claessen
- Re: binary files in haskell Johannes Waldmann
- Re: binary files in haskell Stefan Karrmann
- Re: binary files in haskell Marcin 'Qrczak' Kowalczyk
- Re: binary files in haskell Koen Claessen
- Re: binary files in haskell Erik Meijer
- Re: binary files in haskell John Meacham
- Re: binary files in haskell Fergus Henderson