[Haskell-cafe] Haskell arrays

Daniel Peebles pumpkingod at gmail.com
Wed Dec 16 22:46:50 EST 2009


It doesn't store both, but does provides a flexible indexing strategy (that
allows indices to be non-trivial values). What docs suggest that it stores
both?

On Wed, Dec 16, 2009 at 10:38 PM, michael rice <nowgate at yahoo.com> wrote:

> Based upon docs I've looked at, Haskell seems to store both an array
> element value AND its index/indices, whereas most languages just store the
> value and find its location in memory through mapping calculations.
>
> Is it true?
>
> Michael
>
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20091216/f872f4c1/attachment.html


More information about the Haskell-Cafe mailing list