Name: | ghc-MonadCatchIO-transformers |
---|---|
Version: | 0.3.0.0 |
Release: | 7.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1534 |
License: | BSD |
RPM: | ghc-MonadCatchIO-transformers-0.3.0.0-7.el7.aarch64.rpm |
Source RPM: | ghc-MonadCatchIO-transformers-0.3.0.0-7.el7.src.rpm |
Build Date: | Sat Jul 28 2018 |
Build Host: | ca-buildarm04.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hackage.haskell.org/package/MonadCatchIO-transformers |
Summary: | Exception handling with IO monad transformers |
Description: | This library provides functions to throw and catch exceptions. Unlike the functions from Control.Exception, which work in IO, these work in any stack of monad transformers (from the transformers package) with IO as the base monad. You can extend this functionality to other monads, by creating an instance of the MonadCatchIO class. |