[Haskell-cafe] STUArray
Bulat Ziganshin
bulat.ziganshin at gmail.com
Sun Mar 12 06:39:51 EST 2006
Hello Chris,
Sunday, March 12, 2006, 2:05:09 PM, you wrote:
CK> Is GHC.PArr documented?
it's perfectly documented in module sources itself :) you can also
look at the ndpFlatten directory in ghc compiler's sources. i've
successfully used them in my program, of course this makes program
faster but only-GHC compatible. so i plan to document it on
http://haskell.org/haskellwiki/Arrays and incorporate it in
Data.Array.* infrastructure so that strict arrays will be emulated
under Hugs.
CK> The -fparr option is not in the 6.4.1 User's Guide.
they just forgot to do this :) btw, strict arrays will be a good
candidate for Haskell-prime library standard
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-prime
mailing list