Re: Re[2]: [Haskell-cafe] STUArray

2006-03-18 Thread Manuel M T Chakravarty
Bulat Ziganshin: 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

Re[2]: [Haskell-cafe] STUArray

2006-03-12 Thread Bulat Ziganshin
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

Re[2]: [Haskell-cafe] STUArray

2006-03-11 Thread Bulat Ziganshin
Hello Frederik, Sunday, March 12, 2006, 5:58:42 AM, you wrote: FE Perhaps some sort of warning in the documentation for STUArray is in FE order, until Bulat's code can be incorporated? excellent idea. you can make diff for Data.Array.ST/IO and send it to the libs maillist FE By the way, why

Re[2]: [Haskell-cafe] STUArray

2006-03-10 Thread Bulat Ziganshin
Hello Benjamin, Saturday, March 11, 2006, 1:49:10 AM, you wrote: BF http://www.mail-archive.com/haskell%40haskell.org/msg17081.html to be exact, i implemented Oleg's idea and published this in Feb in haskell list. now i work on integrating this code with the Data.Array.* library -- Best