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

Safe HaskellSafe-Inferred
LanguageHaskell2010

IdeSession.Strict.IORef

Documentation

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