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.
catchSTM :: Exception e => STM a -> (e -> STM a) -> STM astm Control.Monad.STM No documentation available.
throwSTM :: Exception e => e -> STM astm Control.Monad.STM No documentation available.
-
ghc-prim GHC.PrimopWrappers No documentation available.
-
http-types Network.HTTP.Types -
http-types Network.HTTP.Types.Header class
AsBlockedIndefinitelyOnSTM tlens 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.
pattern
BlockedIndefinitelyOnSTM_ :: AsBlockedIndefinitelyOnSTM s => slens Control.Exception.Lens No documentation available.
pattern
BlockedIndefinitelyOnSTM__ :: AsBlockedIndefinitelyOnSTM s => BlockedIndefinitelyOnSTM -> slens Control.Exception.Lens No documentation available.
_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 ()
__BlockedIndefinitelyOnSTM :: AsBlockedIndefinitelyOnSTM t => Prism' t BlockedIndefinitelyOnSTMlens Control.Exception.Lens __BlockedIndefinitelyOnSTM :: Prism' BlockedIndefinitelyOnSTM BlockedIndefinitelyOnSTM __BlockedIndefinitelyOnSTM :: Prism' SomeException BlockedIndefinitelyOnSTM