ekmett / exceptions

mtl friendly exceptions
Other
49 stars 32 forks source link

Add instances for "stricter" WriterT #57

Closed ocramz closed 7 years ago

ocramz commented 7 years ago

I found myself needing the MonadThrow and MonadCatch instances of the CPS version of WriterT , so I understand they should appear here in exceptions instead.

https://hackage.haskell.org/package/writer-cps-transformers https://hackage.haskell.org/package/writer-cps-mtl

snoyberg commented 7 years ago

It would make more sense from a dependency standpoint to add the instances in writer-cps-transformers instead.

ocramz commented 7 years ago

You're right; I'll re-route this ticket