• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. writeSmallArray# :: SmallMutableArray# s a_levpoly -> Int# -> a_levpoly -> State# s -> State# s

    ghc-prim GHC.PrimopWrappers

    No documentation available.

  2. catchAll :: IO a -> (SomeException -> IO a) -> IO a

    async Control.Concurrent.Async.Internal

    No documentation available.

  3. tryAll :: IO a -> IO (Either SomeException a)

    async Control.Concurrent.Async.Internal

    No documentation available.

  4. class AsAllocationLimitExceeded t

    lens Control.Exception.Lens

    This thread has exceeded its allocation limit.

  5. class AsErrorCall t

    lens Control.Exception.Lens

    This is thrown when the user calls error.

  6. class AsNestedAtomically t

    lens Control.Exception.Lens

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

  7. pattern ErrorCall_ :: AsErrorCall s => String -> s

    lens Control.Exception.Lens

    No documentation available.

  8. pattern ErrorCall__ :: AsErrorCall s => ErrorCall -> s

    lens Control.Exception.Lens

    No documentation available.

  9. pattern NestedAtomically_ :: AsNestedAtomically s => s

    lens Control.Exception.Lens

    No documentation available.

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

    lens Control.Exception.Lens

    No documentation available.

Page 212 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete