Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. readMutVar# :: MutVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  2. readTVar# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  3. readTVarIO# :: TVar# s a_levpoly -> State# s -> (# State# s, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  4. writeMutVar# :: MutVar# s a_levpoly -> a_levpoly -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  5. writeTVar# :: TVar# s a_levpoly -> a_levpoly -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  6. InvalidProxyEnvironmentVariable :: Text -> Text -> HttpExceptionContent

    http-client Network.HTTP.Client

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

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

    http-client Network.HTTP.Client.Internal

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

  8. mkWeakTVar :: MonadUnliftIO m => TVar a -> m () -> m (Weak (TVar a))

    unliftio UnliftIO.STM

    Lifted version of mkWeakTVar

  9. modifyTVar :: TVar a -> (a -> a) -> STM ()

    unliftio UnliftIO.STM

    Mutate the contents of a TVar. N.B., this version is non-strict.

  10. modifyTVar' :: TVar a -> (a -> a) -> STM ()

    unliftio UnliftIO.STM

    Strict version of modifyTVar.

Page 11 of many | Previous | Next