Skip to content

Commit

Permalink
Export rest of MonadError
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl authored Oct 6, 2024
1 parent e48f111 commit 233cfb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Relude/Monad/Reexport.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module Relude.Monad.Reexport
) where

-- Monad transformers
import Control.Monad.Except (ExceptT (..), runExceptT, throwError)
import Control.Monad.Except (MonadError, ExceptT (..), catchError, runExceptT, throwError)
import Control.Monad.Reader (MonadReader, Reader, ReaderT (..), ask, asks, local, reader, runReader,
withReader, withReaderT)
import Control.Monad.State.Strict (MonadState, State, StateT (..), evalState, evalStateT, execState,
Expand Down

0 comments on commit 233cfb5

Please sign in to comment.