@hackage co-log-core0.1.1
Composable Contravariant Comonadic Logging Library
Installation
Tested Compilers
Dependencies (1)
Dependents (33)
@hackage/hs-opentelemetry-instrumentation-co-log, @hackage/futhark, @hackage/inferno-lsp, @hackage/dhall-lsp-server, @hackage/morley-client, @hackage/hls-plugin-api, Show all…
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: