
16 Nov
2009
16 Nov
'09
12:32 p.m.
On Wed, 11 Nov 2009, Tom Nielsen wrote:
There's a couple of things going on here:
-If you use storablevector and storable-tuple, or uvector, you can store tuples of things. So your stupidArrayElement could be mimicked by (Int, Int).
Btw. there is Data.Array.Storable. Maybe I should just add a conversion from StorableArray to StorableVector and back.