Hi, I need to convert values of types STRef RealWorld a to IORef a in order to attach finalizers to them. For now, I am using GHC.IORef for this. Is there a better way to achieve what I want? All the best, Wolfgang