Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. pattern AsyncException_ :: AsAsyncException s => AsyncException -> s

    lens Control.Exception.Lens

    No documentation available.

  2. pattern HandlingException_ :: AsHandlingException s => s

    lens Control.Exception.Lens

    No documentation available.

  3. pattern HandlingException__ :: AsHandlingException s => HandlingException -> s

    lens Control.Exception.Lens

    No documentation available.

  4. pattern IOException_ :: AsIOException s => IOException -> s

    lens Control.Exception.Lens

    No documentation available.

  5. _ArithException :: AsArithException t => Prism' t ArithException

    lens Control.Exception.Lens

    _ArithException :: Prism' ArithException ArithException
    _ArithException :: Prism' SomeException  ArithException
    

  6. _ArrayException :: AsArrayException t => Prism' t ArrayException

    lens Control.Exception.Lens

    Extract information about an ArrayException.

    _ArrayException :: Prism' ArrayException ArrayException
    _ArrayException :: Prism' SomeException  ArrayException
    

  7. _AsyncException :: AsAsyncException t => Prism' t AsyncException

    lens Control.Exception.Lens

    There are several types of AsyncException.

    _AsyncException :: Equality' AsyncException AsyncException
    _AsyncException :: Prism'    SomeException  AsyncException
    

  8. _HandlingException :: AsHandlingException t => Prism' t ()

    lens Control.Exception.Lens

    There is no information carried in a HandlingException.

    _HandlingException :: Prism' HandlingException ()
    _HandlingException :: Prism' SomeException     ()
    

  9. _IOException :: AsIOException t => Prism' t IOException

    lens Control.Exception.Lens

    Unfortunately the name ioException is taken by base for throwing IOExceptions.

    _IOException :: Prism' IOException IOException
    _IOException :: Prism' SomeException IOException
    
    Many combinators for working with an IOException are available in System.IO.Error.Lens.

  10. __HandlingException :: AsHandlingException t => Prism' t HandlingException

    lens Control.Exception.Lens

    __HandlingException :: Prism' HandlingException HandlingException
    __HandlingException :: Prism' SomeException     HandlingException
    

Page 13 of many | Previous | Next