Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  4. hLastModified :: HeaderName

    http-types Network.HTTP.Types

    Last-Modified

  5. hLastModified :: HeaderName

    http-types Network.HTTP.Types.Header

    Last-Modified

  6. class AsBlockedIndefinitelyOnSTM t

    lens Control.Exception.Lens

    The thread is waiting to retry an STM transaction, but there are no other references to any TVars involved, so it can't ever continue.

  7. pattern BlockedIndefinitelyOnSTM_ :: AsBlockedIndefinitelyOnSTM s => s

    lens Control.Exception.Lens

    No documentation available.

  8. pattern BlockedIndefinitelyOnSTM__ :: AsBlockedIndefinitelyOnSTM s => BlockedIndefinitelyOnSTM -> s

    lens Control.Exception.Lens

    No documentation available.

  9. _BlockedIndefinitelyOnSTM :: AsBlockedIndefinitelyOnSTM t => Prism' t ()

    lens Control.Exception.Lens

    There is no additional information carried in a BlockedIndefinitelyOnSTM Exception.

    _BlockedIndefinitelyOnSTM :: Prism' BlockedIndefinitelyOnSTM ()
    _BlockedIndefinitelyOnSTM :: Prism' SomeException            ()
    

  10. __BlockedIndefinitelyOnSTM :: AsBlockedIndefinitelyOnSTM t => Prism' t BlockedIndefinitelyOnSTM

    lens Control.Exception.Lens

    __BlockedIndefinitelyOnSTM :: Prism' BlockedIndefinitelyOnSTM BlockedIndefinitelyOnSTM
    __BlockedIndefinitelyOnSTM :: Prism' SomeException            BlockedIndefinitelyOnSTM
    

Page 19 of many | Previous | Next