ekmett / exceptions

mtl friendly exceptions
Other
49 stars 32 forks source link

Replace reference to ErrorT in module doc with ExceptT #98

Closed Qqwy closed 4 months ago

Qqwy commented 4 months ago

The documentation at the top of the Control.Monad.Catch module is still referring to ErrorT, even though it has been deprecated for a very long time and removed from transformers v0.6.x.x and onwards alltogether.

This PR replaces the mention of ErrorT with its non-deprecated replacement ExceptT.

Qqwy commented 4 months ago

@RyanGlScott Thank you very much! ❤️