binary files in haskell

Stefan Karrmann sk@mathematik.uni-ulm.de
Tue, 6 Feb 2001 14:22:10 +0100


Marcin 'Qrczak' Kowalczyk schrieb folgendes am Tue, Feb 06, 2001 at 12:54:29PM +0100:
> On Tue, 6 Feb 2001, Olaf Chitil wrote:
> 
> > I just see one problem with John's proposal: the type Byte.
> 
> type Byte = Word8

I would prefer

type Octet = Word8

to emphasise that the functions really uses 8 bits.

-- 
Stefan Karrmann