hxt-9.0.1: A collection of tools for processing XML with Haskell.
Source code
Contents
Index
Control.Arrow.ArrowExc
Portability
not portable
Stability
experimental
Maintainer
Uwe Schmidt (uwe\@fh-wedel.de)
Description
The exception arrow class
Documentation
class
(
Arrow
a,
ArrowChoice
a,
ArrowZero
a,
ArrowIO
a) =>
ArrowExc
a
where
Source
Methods
tryA
:: a b c -> a b (
Either
SomeException
c)
Source
catchA
:: a b c -> a
SomeException
c -> a b c
Source
Produced by
Haddock
version 2.6.1