co-log-core: Composable Contravariant Comonadic Logging Library
This package provides core types and functions to work with the LogAction data type which is both simple and powerful.
newtype LogAction m msg = LogAction
{ unLogAction :: msg -> m ()
}
The ideas behind this package are described in the following blog post:
Modules
[Index] [Quick Jump]
Downloads
- co-log-core-0.1.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.0.0, 0.1.0, 0.1.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.2.4, 0.3.2.5 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.10 && <4.13) [details] |
| Tested with | ghc ==8.2.2, ghc ==8.4.4, ghc ==8.6.2 |
| License | MPL-2.0 |
| Copyright | 2018 Kowainik |
| Author | Kowainik |
| Maintainer | [email protected] |
| Category | Logging |
| Home page | https://github.com/kowainik/co-log |
| Bug tracker | https://github.com/kowainik/co-log/issues |
| Source repo | head: git clone https://github.com/kowainik/co-log.git |
| Uploaded | by shersh at 2018-11-15T03:42:03Z |
| Distributions | Arch:0.3.2.5, LTSHaskell:0.3.2.5, NixOS:0.3.2.5, Stackage:0.3.2.5 |
| Reverse Dependencies | 30 direct, 62 indirect [details] |
| Downloads | 10723 total (36 in the last 30 days) |
| Rating | 2.5 (votes: 3) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2018-11-15 [all 1 reports] |