[Haskell-cafe] old Hugs libraries?

Vasili I. Galchin vigalchin at gmail.com
Tue May 19 00:12:07 EDT 2009


thank to all respondents!

Vasili

On Mon, May 18, 2009 at 9:41 PM, David Menendez <dave at zednenem.com> wrote:

> On Mon, May 18, 2009 at 6:34 PM, Vasili I. Galchin <vigalchin at gmail.com>
> wrote:
> > Hello,
> >
> >       Do newSTArray, readSTArray, writeSTArray, etc. belong to an old
> > deprecated Hugs library/module? If so, what is the Haskell 98
> replacement?
>
> I don't know about Haskell 98, but I think the modern solution is to
> use newArray, readArray, and writeArray from Data.Array.MArray.
>
> There are more details at <http://haskell.org/haskellwiki/Arrays>.
>
> --
> Dave Menendez <dave at zednenem.com>
> <http://www.eyrie.org/~zednenem/ <http://www.eyrie.org/%7Ezednenem/>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090518/5c584a0d/attachment.html


More information about the Haskell-Cafe mailing list