
14 Nov
2003
14 Nov
'03
1:12 a.m.
G'day all.
Quoting Ross Paterson
For an alternative design, see
http://haskell.org/pipermail/libraries/2003-September/001411.html
The problem with this design is that there may, in general, be more than one "interesting" kind of Ref on a given state monad. For example, I often use my own IORef-like class which supports the Ord interface. Others might want IORef-like objects which support Hashable, or Show. Cheers, Andrew Bromage