[Haskell-cafe] Mutable data design question
Robert Dockins
robdockins at fastmail.fm
Fri Dec 3 11:47:14 EST 2004
I imagine you would want to use a truly mutable data structure in the IO
monad -- something like an STUArray of Chars.
GoldPython wrote:
> In the case of writing something like a text editor where the data
> involved is by its very nature mutable, what sort of design paradigm
> would you use in a functional language?
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
More information about the Haskell-Cafe
mailing list