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

Safe HaskellSafe-Infered

Data.IORef.Tools

Documentation

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