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.

  1. newTVar :: a -> STM (TVar a)

    unliftio UnliftIO.STM

    Create a new TVar holding a value supplied

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

    unliftio UnliftIO.STM

    Lifted version of newTVarIO

  3. readTVar :: TVar a -> STM a

    unliftio UnliftIO.STM

    Return the current value stored in a TVar.

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

    unliftio UnliftIO.STM

    Lifted version of readTVarIO

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

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

    unliftio UnliftIO.STM

    Swap the contents of a TVar for a new value.

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

    unliftio UnliftIO.STM

    Write the supplied value into a TVar.

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

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

  10. mutVarPrimTyConKey :: Unique

    ghc GHC.Builtin.Names

    No documentation available.

Page 12 of many | Previous | Next