[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help reading binary data



Date: Tue, 26 May 1992 18:06:22 +0200
From: Lennart Augustsson <augustss>
Sender: haskell-request@dcs.glasgow.ac.uk
To: kh@dcs.glasgow.ac.uk
Cc: dmg@oceanus.mitre.org, haskell@dcs.glasgow.ac.uk
In-Reply-To: <14413.9205261526@dcs.glasgow.ac.uk>
Subject: Re: Help reading binary data

> Err, Lennart, doesn't your implementation
> 
> 	a)	write C doubles (even for Float)
>	b)	attach extra information to the file
Yes, quite right.  After some email with David I've now
realized that my initial understanding of his problem was correct,
and that there is now (clean) way of doing it in Haskell.

	-- Lennart