Sophie

Sophie

distrib > Mageia > 3 > x86_64 > by-pkgid > d5d42515f78bdb3a5381de09f2cf4125 > files > 718

ghc-doc-7.4.2-2.mga3.x86_64.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