Hoogle Search

Within LTS Haskell 22.23 (ghc-9.6.5)

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

  1. NestedAtomically :: NestedAtomically

    base Control.Exception.Base

    No documentation available.

  2. nestedAtomically :: SomeException

    base Control.Exception.Base

    No documentation available.

  3. class AsNestedAtomically t

    lens Control.Exception.Lens

    Thrown when the program attempts to call atomically, from the STM package, inside another call to atomically.

  4. pattern NestedAtomically_ :: AsNestedAtomically s => s

    lens Control.Exception.Lens

    No documentation available.

  5. pattern NestedAtomically__ :: AsNestedAtomically s => NestedAtomically -> s

    lens Control.Exception.Lens

    No documentation available.

  6. _NestedAtomically :: AsNestedAtomically t => Prism' t ()

    lens Control.Exception.Lens

    There is no additional information carried in a NestedAtomically Exception.

    _NestedAtomically :: Prism' NestedAtomically ()
    _NestedAtomically :: Prism' SomeException    ()
    

  7. __NestedAtomically :: AsNestedAtomically t => Prism' t NestedAtomically

    lens Control.Exception.Lens

    __NestedAtomically :: Prism' NestedAtomically NestedAtomically
    __NestedAtomically :: Prism' SomeException    NestedAtomically
    

  8. data () => NestedAtomically

    ghc GHC.Utils.Exception

    Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.

  9. NestedAtomically :: NestedAtomically

    ghc GHC.Utils.Exception

    No documentation available.

  10. data () => NestedAtomically

    lifted-base Control.Exception.Lifted

    Thrown when the program attempts to call atomically, from the stm package, inside another call to atomically.

Page 4 of many | Previous | Next