Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
TestSuiteResultVar :: PathTemplateVariableCabal Distribution.Simple.InstallDirs The result of the test suite being run, eg pass, fail, or error.
TestSuiteResultVar :: PathTemplateVariableCabal Distribution.Simple.InstallDirs.Internal The result of the test suite being run, eg pass, fail, or error.