co-log-core: Composable Contravariant Comonadic Logging Library
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.
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]
Properties
Versions | 0.0.0, 0.1.0, 0.1.1, 0.2.0.0, 0.2.1.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 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.10.1.0 && <4.14) [details] |
License | MPL-2.0 |
Copyright | 2018-2020 Kowainik |
Author | Dmitrii Kovanikov |
Maintainer | Kowainik <xrom.xkov@gmail.com> |
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-01-19T17:34:07Z |
Modules
[Index] [Quick Jump]
Downloads
- co-log-core-0.2.1.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