co-log-polysemy-0.0.0.0: src/Colog/Polysemy.hs
{- |
Copyright: (c) 2019 Kowainik
License: MPL-2.0
Maintainer: Kowainik <xrom.xkov@gmail.com>
This package contains extensible effects implementation of composable, contravariant and
comonadic logging based on @co-log-core@ and @polysemy@.
-}
module Colog.Polysemy
( module Poly
) where
import Colog.Polysemy.Effect as Poly