2008/9/3 Lennart Augustsson <[EMAIL PROTECTED]>:
> I think you should think about why your application needs IORef at all. Do
> you really need mutation?  And why isn't STRef good enough. Using IORef is
> really the last resort.

This is for an interactive application (3D mesh editing, the data structure is
the half edge structure). So the user can add points, edges, faces,
delete them, ...

Thu
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to