On Thu, 29 Nov 2007, Andrew Coppin wrote:

> Sebastian Sylvan wrote:
> > On Nov 29, 2007 6:43 PM, Andrew Coppin <[EMAIL PROTECTED]> wrote:
> >
> >> I don't understand the ST monad.
> >
> > There's not a whole lot to understand if you just want to use it
> > (though it's all very cool from a theoretical standpoint too).
>
>  From what I can tell, it's not definable without using strange language
> extensions. (I don't really like using things where it's unclear why it
> works.)

Is this thread still about the prime sieve? As I mentioned, I think one
can avoid the mutable array, because if there is only a small number of
array updates with much changes per update, it should be efficient enough
to copy the array per update.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to