Skip to content

Commit

Permalink
Reexport throwError from Relude.Monad.Reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl authored Oct 6, 2024
1 parent c4f4a90 commit e48f111
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)
import Control.Monad.Except (ExceptT (..), 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 e48f111

Please sign in to comment.