Hoogle Search
Within LTS Haskell 24.16 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
unliftio UnliftIO.STM Create a new TVar holding a value supplied
newTVarIO :: MonadIO m => a -> m (TVar a)unliftio UnliftIO.STM Lifted version of newTVarIO
-
unliftio UnliftIO.STM Return the current value stored in a TVar.
readTVarIO :: MonadIO m => TVar a -> m aunliftio UnliftIO.STM Lifted version of readTVarIO
stateTVar :: TVar s -> (s -> (a, s)) -> STM aunliftio UnliftIO.STM Like modifyTVar' but the function is a simple state transition that can return a side value which is passed on as the result of the STM.
swapTVar :: TVar a -> a -> STM aunliftio UnliftIO.STM Swap the contents of a TVar for a new value.
writeTVar :: TVar a -> a -> STM ()unliftio UnliftIO.STM Write the supplied value into a TVar.
InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContenthttp-conduit Network.HTTP.Client.Conduit Values in the proxy environment variable were invalid. Provides the environment variable name and its value.
InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContenthttp-conduit Network.HTTP.Conduit Values in the proxy environment variable were invalid. Provides the environment variable name and its value.
-
ghc GHC.Builtin.Names No documentation available.