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:
@@ -282,6 +282,11 @@ import Control.Monad.Reader as X (
|
|||||||
, runReaderT
|
, runReaderT
|
||||||
)
|
)
|
||||||
|
|
||||||
|
import Control.Monad.Trans.Except as X (
|
||||||
|
throwE
|
||||||
|
, catchE
|
||||||
|
)
|
||||||
|
|
||||||
import Control.Monad.Except as X (
|
import Control.Monad.Except as X (
|
||||||
MonadError
|
MonadError
|
||||||
, Except
|
, Except
|
||||||
|
|||||||
Reference in New Issue
Block a user