Hi,

Do I ALWAYS need to create a new instance if I want to modify the state of
an instance? For example, if I design an index for a simple database with an
recursive algebric Tree type, do I need to recreate the whole Tree if I
insert or remove an element? How can I improve performance, what are common
idioms in these situations?

Thanks



_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to