tell: The MonadTell class and related monad transformers.
MonadTell is (morally) a superclass of MonadWriter that only provides tell.
In contrast to MonadWriter, implementors of MonadTell are not required to hold
on to their output. This means that MonadTell is a better choice in situations
such as logging and writing to files.
Downloads
- tell-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.14.1.0 && <5), mtl (>=2.2 && <2.3), transformers (>=0.5.6 && <0.6.1) [details] |
| License | BSD-3-Clause |
| Copyright | (C) 2021 Isaac Elliott |
| Author | Isaac Elliott |
| Maintainer | isaace71295@gmail.com |
| Category | Control |
| Home page | https://github.com/LightAndLight/tell |
| Bug tracker | https://github.com/LightAndLight/tell/issues |
| Uploaded | by lightandlight at 2021-09-06T11:17:02Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 252 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2021-09-06 [all 1 reports] |