stateref-0.3: Abstraction for things that work like IORef.
Data.MRef
Synopsis
takeMRef :: MRef m a -> m aSource
See takeMRef.
takeMRef
putMRef :: MRef m a -> a -> m ()Source
See putMRef.
putMRef
module Data.MRef.Types
module Data.MRef.Instances