yjtools-0.9.17: some tools for Monad, List, Tuple and so on.

Safe HaskellSafe-Inferred

Data.IORef.Tools

Documentation

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