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. AtomicallyFrame :: StgInfoTable -> b -> b -> GenStackFrame b

    ghc-heap GHC.Exts.Heap.Closures

    No documentation available.

  2. data NestedAtomically

    base Control.Exception

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

  3. NestedAtomically :: NestedAtomically

    base Control.Exception

    No documentation available.

  4. data NestedAtomically

    base Control.Exception.Base

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

  5. NestedAtomically :: NestedAtomically

    base Control.Exception.Base

    No documentation available.

  6. nestedAtomically :: SomeException

    base Control.Exception.Base

    No documentation available.

  7. class AsNestedAtomically t

    lens Control.Exception.Lens

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

  8. pattern NestedAtomically_ :: AsNestedAtomically s => s

    lens Control.Exception.Lens

    No documentation available.

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

    lens Control.Exception.Lens

    No documentation available.

  10. _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    ()
    

Page 4 of many | Previous | Next