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
|
||||
)
|
||||
|
||||
import Control.Monad.Trans.Except as X (
|
||||
throwE
|
||||
, catchE
|
||||
)
|
||||
|
||||
import Control.Monad.Except as X (
|
||||
MonadError
|
||||
, Except
|
||||
|
||||
Reference in New Issue
Block a user