Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d25f407ee5f4ed0b8d06091d82fdcbc9 > files > 14

ghc-extensible-exceptions-devel-0.1.1.2-16.fc15.i686.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.2


-- | 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
--   <tt>Control.Exception</tt>. Otherwise, it provides a compatibility
--   layer around the previous version of the extensions API.
module Control.Exception.Extensible