tagged-exception-core: Reflect exceptions using phantom types.
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.
Warnings:
- 'ghc-options: -Werror' makes the package easy to break with future GHC versions because new GHC versions often add new warnings.
This library provides interface similar to extensible-exceptions. It
introduces Throws
monad transformer that uses phantom type to tag code that
may raise exception. Intention is to make exceptions explicit and to enforce
exception handling.
Properties
Versions | 2.0.0.0, 2.0.0.0, 2.1.0.0, 2.2.0.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4 && <4.8), exceptions (>0.6 && <0.7), extensible-exceptions (>=0.1.1.3), mmorph (>=1.0.0 && <1.1), transformers (>=0.2 && <0.4) [details] |
License | BSD-3-Clause |
Copyright | Copyright (c) 2009 - 2014, Peter Trsko |
Author | Peter Trsko |
Maintainer | peter.trsko@gmail.com |
Category | Control , Error Handling , Exceptions , Failure , Monad , Monads , Phantom Types |
Home page | https://github.com/trskop/tagged-exception |
Bug tracker | https://github.com/trskop/tagged-exception/issues |
Source repo | head: git clone git://github.com/trskop/tagged-exception.git |
Uploaded | by PeterTrsko at 2014-09-27T15:15:50Z |
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pedantic | Pass additional flags, including -Werror, to GHC during compilation. | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
base-ge-4_2 | Depend on base >= 4.2 && < 4.6. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- tagged-exception-core-2.0.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees