ide-backend-common-0.10.1.1: Shared library used be ide-backend and ide-backend-server

Safe HaskellSafe
LanguageHaskell2010

IdeSession.Strict.IORef

Documentation

modifyIORef :: StrictIORef a -> (a -> a) -> IO () Source