Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data DataLog a :: Effect where Source #
Adapter for a logging backend.
Usually this is reinterpreted into an effect like those from co-log or di, but it can be used purely for testing.
This effect is basically identical to Output
and serves only as a nominal component.
Instances
type DefiningModule DataLog Source # | |
Defined in Polysemy.Log.Data.DataLog |