Path to this page:
Subject: CVS commit: pkgsrc/sysutils/hs-co-log-core
From: Masatake Daimon
Date: 2023-01-28 06:43:27
Message id: 20230128054328.105D7FA90@cvs.NetBSD.org
Log Message:
sysutils/hs-co-log-core: import hs-co-log-core-0.3.2.0
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:
co-log: Composable Contravariant Combinatorial Comonadic Configurable
Convenient Logging
https://kowainik.github.io/posts/2018-09-25-co-log
Files: