Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 6e204a966e8c42d976f99a1700ce5f20 > files > 2725

ghc-7.4.2-4.mga5.i586.rpm

-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Extensible exceptions
--   
--   This package provides extensible exceptions for both new and old
--   versions of GHC (i.e., < 6.10).
@package extensible-exceptions
@version 0.1.1.4


-- | This module provides the extensible exceptions API for raising and
--   catching both built-in and user-defined exceptions.
--   
--   For newer versions of GHC (>=6.9), this package re-exports
--   <a>Exception</a>. Otherwise, it provides a compatibility layer around
--   the previous version of the extensions API.
module Control.Exception.Extensible