Re: Request: withArrayLength

Adrian Hey <[email protected]> Wed, 11 Feb 2004 12:37:04 +0000
Newsgroups gmane.comp.lang.haskell.ffi
Message-ID <[email protected]>
On Wednesday 11 Feb 2004 9:55 am, Adrian Hey wrote:
> Actually, looking at the ffi again I see there is something similar
> for CStrings already, but not for arrays in general. Is this an
> oversight or a deliberate decision?

Oops, well I guess it's needed for CStrings if they're not
necessarily the same length as the Haskell list (as seems
to be the case). But it would be nice to have it for
arbitrary arrays too.

Regards
--
Adrian Hey