[Haskell-cafe] some newbie FFI questions

MR K P SCHUPKE k.schupke at imperial.ac.uk
Thu Jul 1 07:34:01 EDT 2004


Oh... also when using unboxed arrays you may well have
to have a separate array for each colour plane (r,g,b,a)
as I think unboxed arrays can only contain primitive types - although
I am not certain about this - it may be enough to have the
contents strict.

	Keean.


More information about the Haskell-Cafe mailing list