explicit-exception: Exceptions which are explicit in the type signature.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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

Properties

Versions 0.0.1, 0.0.2, 0.1, 0.1.0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.7.1, 0.1.7.2, 0.1.7.3, 0.1.8, 0.1.9, 0.1.9.1, 0.1.9.2, 0.1.9.2, 0.1.10, 0.1.10.1, 0.2
Change log None available
Dependencies applicative (>=1.0 && <1.1), base (>=1 && <5), bytestring (>=0.9.0.1 && <0.11), deepseq (>=1.1 && <1.5), semigroups (>=0.1 && <1.0), special-functors (>=1.0 && <1.1), tar (>=0.3 && <0.4), transformers (>=0.2 && <0.6) [details]
License BSD-3-Clause
Author Henning Thielemann <haskell@henning-thielemann.de>
Maintainer Henning Thielemann <haskell@henning-thielemann.de>
Category Control
Home page http://www.haskell.org/haskellwiki/Exception
Source repo head: darcs get http://hub.darcs.net/thielema/explicit-exception/
this: darcs get http://hub.darcs.net/thielema/explicit-exception/ --tag 0.1.9.2
Uploaded by HenningThielemann at 2018-02-16T20:02:59Z

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
buildtests

Build executables that demonstrate some space leaks

Disabled
splitbase

Choose the smaller, split-up base package from version 2 on.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees