Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

  1. catchSTM :: Exception e => STM a -> (e -> STM a) -> STM a

    stm Control.Monad.STM

    No documentation available.

  2. throwSTM :: Exception e => e -> STM a

    stm Control.Monad.STM

    No documentation available.

  3. hLastModified :: HeaderName

    http-types Network.HTTP.Types

    Last-Modified

  4. hLastModified :: HeaderName

    http-types Network.HTTP.Types.Header

    Last-Modified

  5. catchSTM# :: (State# RealWorld -> (# State# RealWorld, a_levpoly #)) -> (b -> State# RealWorld -> (# State# RealWorld, a_levpoly #)) -> State# RealWorld -> (# State# RealWorld, a_levpoly #)

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  6. pollSTM :: Async a -> STM (Maybe (Either SomeException a))

    async Control.Concurrent.Async

    A version of poll that can be used inside an STM transaction.

  7. waitAnyCatchSTM :: [Async a] -> STM (Async a, Either SomeException a)

    async Control.Concurrent.Async

    A version of waitAnyCatch that can be used inside an STM transaction.

  8. waitAnySTM :: [Async a] -> STM (Async a, a)

    async Control.Concurrent.Async

    A version of waitAny that can be used inside an STM transaction.

  9. waitBothSTM :: Async a -> Async b -> STM (a, b)

    async Control.Concurrent.Async

    A version of waitBoth that can be used inside an STM transaction.

  10. waitCatchSTM :: Async a -> STM (Either SomeException a)

    async Control.Concurrent.Async

    A version of waitCatch that can be used inside an STM transaction.

Page 19 of many | Previous | Next