stateref-0.3: Abstraction for things that work like IORef.

Data.MRef

Synopsis

Documentation

takeMRef :: MRef m a -> m aSource

See takeMRef.

putMRef :: MRef m a -> a -> m ()Source

See putMRef.