Add throwE & catchE (#73)

* Add throwE & catchE

My understanding is that `throwError` & `catchError` are deprecated (maybe we should remove them?)

* Update Protolude.hs

* Update Protolude.hs
This commit is contained in:
Pi3r
2017-11-30 13:31:19 +00:00
committed by Stephen Diehl
parent 8eb1633dd8
commit c9a2d176d1
+5
View File
@@ -282,6 +282,11 @@ import Control.Monad.Reader as X (
, runReaderT
)
import Control.Monad.Trans.Except as X (
throwE
, catchE
)
import Control.Monad.Except as X (
MonadError
, Except