freer-effects: Implementation of effect system for Haskell.
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.
Implementation of effect system for Haskell, which is based on the work of Oleg Kiselyov et al.:
The key features are:
An efficient effect system for Haskell - as a library!
Reimplementations of several common Haskell monad transformers as effects.
Core components for defining your own Effects.
[Skip to Readme]
Properties
Versions | 0.3.0.0, 0.3.0.0, 0.3.0.1 |
---|---|
Change log | changelog.md |
Dependencies | base (>=4.7 && <5), freer-effects [details] |
License | BSD-3-Clause |
Copyright | (c) 2016 Allele Dev; 2017 Ixperta Solutions s.r.o. |
Author | Allele Dev, Ixcom Core Team, and other contributors |
Maintainer | ixcom-core@ixperta.com |
Category | Control |
Home page | https://github.com/IxpertaSolutions/freer-effects |
Bug tracker | https://github.com/IxpertaSolutions/freer-effects/issues |
Source repo | head: git clone https://github.com/IxpertaSolutions/freer-effects.git -b master this: git clone https://github.com/IxpertaSolutions/freer-effects.git(tag 0.3.0.0) |
Uploaded | by PeterTrsko at 2017-03-06T00:08:23Z |
Modules
[Index]
- Control
- Monad
- Data
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pedantic | Pass additional warning flags and -Werror to GHC. | Disabled |
test-hlint | Enable test suite that checks sources using HLint. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- freer-effects-0.3.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