Îõ³h$ ¶    Safe-InferredÁ¨ atomic-modifyÈA typeclass for mutable references that have an atomic modify operation.Type variables:ref - The reference (e.g.  ,  ,  , )m9 - The monad in which the modification takes place (e.g. , )šAs the name "atomic" implies, these functions are useful for using mutable references in a safe way to prevent race conditions in a multithreaded program. atomic-modify$Atomically modify the contents of a ref (type a) and produce a value (type b5). This is strict; it forces the value stored in the ref! as well as the value returned. atomic-modify$Atomically modify the contents of a ref (type a) and produce a value (type b2). This is lazy, which means if the program calls æ many times, but seldomly uses the value, thunks will pile up in memory resulting in a space leak. atomic-modify$Atomically modify the contents of a ref4. This is strict; it forces the value stored in the ref as well as the value returned. atomic-modify$Atomically modify the contents of a ref (type a) and produce a value (type b2). This is lazy, which means if the program calls â many times, but seldomly uses the value, thunks will pile up in memory resulting in a space leak.       ,atomic-modify-0.1.0.3-63kbd68JUS9JxodKZQYEuVControl.Concurrent.AtomicModify AtomicModifyatomicModifyStrictatomicModifyLazyatomicModifyStrict_atomicModifyLazy_$fAtomicModifyTMVarIO$fAtomicModifyTVarIO$fAtomicModifyTMVarSTM$fAtomicModifyTVarSTM$fAtomicModifyMVarIO$fAtomicModifyIORefIObase GHC.IORefIORef GHC.Conc.SyncTVarGHC.MVarMVar stm-2.5.0.0Control.Concurrent.STM.TMVarTMVarghc-prim GHC.TypesIOSTM