Portability | not portable |
---|---|
Stability | experimental |
Maintainer | Uwe Schmidt (uwe\@fh-wedel.de) |
Safe Haskell | Safe-Infered |
Control.Arrow.ArrowExc
Description
The exception arrow class
Documentation
class (Arrow a, ArrowChoice a, ArrowZero a, ArrowIO a) => ArrowExc a where