RealWorld
Alastair Reid
alastair@reid-consulting-uk.ltd.uk
Thu, 11 Sep 2003 16:40:07 +0100
> This constrains the implementations of IORef and STRef to be the same
> (obviously). I can't immediately see any benefit from using different
> implementations for these two types, so maybe it's not an issue.
I could be a bit out of date but I think Hugs uses different implementations
because IO has concurrency and exceptions and ST doesn't. Apart from effort
required, I don't know if there is any cost in switching.
--
Alastair