You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the WriterT monad transformer to be really useful for logging. When moving a project of mine from scalaz over to cats I found that WriterT didn't exist, so had to implement a minimal version of it myself. I imagine that I'm not the first person to run into this problem, so how about we add WriterT to cats?
I'm not up to speed with all of the discussions around the structuring and best practices used in cats, so I didn't want to simply submit a pull request, however, I'd be happy to do so if someone informed me as to where in the project WriterT should live...
The text was updated successfully, but these errors were encountered:
I find the
WriterT
monad transformer to be really useful for logging. When moving a project of mine from scalaz over to cats I found thatWriterT
didn't exist, so had to implement a minimal version of it myself. I imagine that I'm not the first person to run into this problem, so how about we addWriterT
to cats?Here's my current, minimal implementation:
I'm not up to speed with all of the discussions around the structuring and best practices used in cats, so I didn't want to simply submit a pull request, however, I'd be happy to do so if someone informed me as to where in the project
WriterT
should live...The text was updated successfully, but these errors were encountered: