Re: Word8-Based IO

2002-08-22 Thread Ketil Z. Malde
Wolfgang Jeltsch <[EMAIL PROTECTED]> writes: > In my opinion, the mailing list software should include an appropriate > Reply-To header field in every mail sent to the list so that replies are > automatically sent to the list. [...] > Reply-To fields from several other lists I'm subscribed to and

Re: Word8-Based IO

2002-08-22 Thread Wolfgang Jeltsch
On Thursday, 2002-08-22, 00:39, CEST, Ashley Yakeley wrote: > At 2002-08-21 13:03, Alastair Reid wrote: > > >Can this discussion be moved to the i18n list please? > > It was originally on Libraries, as it didn't seem to concern > internationalisation per se... > > -- > Ashley Yakeley, Seattl

Re: Word8-Based IO

2002-08-21 Thread Ashley Yakeley
At 2002-08-21 13:03, Alastair Reid wrote: >Can this discussion be moved to the i18n list please? It was originally on Libraries, as it didn't seem to concern internationalisation per se... -- Ashley Yakeley, Seattle WA ___ Haskell mailing list [EMA

Re: Word8-Based IO

2002-08-21 Thread Alastair Reid
Can this discussion be moved to the i18n list please? -- Alastair Reid ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: Word8-Based IO

2002-08-21 Thread Wolfgang Jeltsch
On Wednesday, 2002-08-21, 09:52, CEST, Ketil Z. Malde wrote: > [...] > I don't particularly like 'octet' (probably because I find it a bit > pedantic, and it reminds me too much of committee decisions), and > would prefer hGetWord8 or even hGetByte/hGetWord. hGetWord8 sounds better to me than hGe

Re: Word8-Based IO

2002-08-21 Thread Wolfgang Jeltsch
On Wednesday, 2002-08-21, 06:55, CEST, Ashley Yakeley wrote: > [...] > * System.IO: addition of new Word8-based functions > > hGetOctet :: Handle -> IO Word8 > hLookAheadOctet :: Handle -> IO Word8 > hPutOctet :: Handle -> Word8 -> IO () > hPutArray :: Handle -> [Word8] -> IO () > hLaz