yjtools-0.9.18: some tools for Monad, List, Tuple and so on.
Safe HaskellSafe-Inferred
LanguageHaskell98

Data.IORef.Tools

Documentation

atomicModifyIORef_ :: IORef a -> (a -> a) -> IO () Source #