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:
See the following packages for different implementations based on co-log-core
:
co-log: taggless final implementations.
co-log-polysemy: extensible effects implementation based on
polysemy
.
[Skip to Readme]
Versions [faq] | 0.0.0, 0.1.0, 0.1.1, 0.2.0.0, 0.2.1.0, 0.2.1.1 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.10.1.0 && <4.15) [details] |
License | MPL-2.0 |
Copyright | 2018-2020 Kowainik |
Author | Dmitrii Kovanikov |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
Revised | Revision 1 made by shersh at 2020-06-03T10:30:16Z |
Category | Logging, Contravariant, Comonad |
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 2020-04-18T20:12:25Z |
Distributions | LTSHaskell:0.1.1, NixOS:0.2.1.1, Stackage:0.2.0.0 |
Downloads | 2459 total (61 in the last 30 days) |
Rating | 2.25 (votes: 2) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index] [Quick Jump]
Downloads
- co-log-core-0.2.1.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.