Package Info

ghc-explicit-exception


Exceptions which are explicit in the type signature


Development/Libraries/Haskell

Synchronous and Asynchronous exceptions which are explicit in the type signature. The first ones are very similar to 'Either' and 'Control.Monad.Error.ErrorT'. The second ones are used for 'System.IO.readFile' and 'System.IO.hGetContents'. This package is a proposal for improved exception handling in Haskell. It strictly separates between handling of exceptional situations (file not found, invalid user input, see <http://www.haskell.org/haskellwiki/Exception>) and (programming) errors (division by zero, index out of range, see <http://www.haskell.org/haskellwiki/Error>). Handling of the first one is called "exception handling", whereas handling of errors is better known as "debugging".

For applications see the packages 'midi', 'spreadsheet', 'http-monad'.

Although I'm not happy with the identifier style of the Monad Transformer Library (partially intended for unqualified use) I have tried to adopt it for this library, in order to let Haskell programmers get accustomed easily to it.

See also: 'unexceptionalio'.


License: BSD-3-Clause
URL: https://hackage.haskell.org/package/explicit-exception

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.1.9-bp150.2.4 info GA Release 2018-08-01 15
  • AArch64
  • ghc-explicit-exception
  • ghc-explicit-exception-devel
0.1.9-bp150.2.6 info GA Release 2018-07-30 15
  • ppc64le
  • x86-64
  • ghc-explicit-exception
  • ghc-explicit-exception-devel