alephcloud / hs-yet-another-logger

Haskell logging framework with a focus on flexibility and performance
Other
5 stars 4 forks source link

Consider removal of inner `ReaderT` #49

Open fosskers opened 5 years ago

fosskers commented 5 years ago

The ReaderT embedded within LoggerCtxT makes one unable to use that transformer in a Monad stack that already contains a ReaderT. If removed, LoggerCtxT could be freely embedded.