hxt-9.1.0: A collection of tools for processing XML with Haskell.

Portabilitynot portable
Stabilityexperimental
MaintainerUwe Schmidt (uwe\@fh-wedel.de)

Control.Arrow.ArrowExc

Description

The exception arrow class

Documentation

class (Arrow a, ArrowChoice a, ArrowZero a, ArrowIO a) => ArrowExc a whereSource

Methods

tryA :: a b c -> a b (Either SomeException c)Source

catchA :: a b c -> a SomeException c -> a b cSource

Instances