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.

  1. newTVarIO :: MonadIO m => a -> m (TVar a)

    unliftio UnliftIO.STM

    Lifted version of newTVarIO

  2. readTVar :: TVar a -> STM a

    unliftio UnliftIO.STM

    Return the current value stored in a TVar.

  3. readTVarIO :: MonadIO m => TVar a -> m a

    unliftio UnliftIO.STM

    Lifted version of readTVarIO

  4. stateTVar :: TVar s -> (s -> (a, s)) -> STM a

    unliftio 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.

  5. swapTVar :: TVar a -> a -> STM a

    unliftio UnliftIO.STM

    Swap the contents of a TVar for a new value.

  6. writeTVar :: TVar a -> a -> STM ()

    unliftio UnliftIO.STM

    Write the supplied value into a TVar.

  7. InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContent

    http-conduit Network.HTTP.Client.Conduit

    Values in the proxy environment variable were invalid. Provides the environment variable name and its value.

  8. InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContent

    http-conduit Network.HTTP.Conduit

    Values in the proxy environment variable were invalid. Provides the environment variable name and its value.

  9. TestSuiteResultVar :: PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs

    The result of the test suite being run, eg pass, fail, or error.

  10. TestSuiteResultVar :: PathTemplateVariable

    Cabal Distribution.Simple.InstallDirs.Internal

    The result of the test suite being run, eg pass, fail, or error.

Page 12 of many | Previous | Next