Skip to content

Commit

Permalink
Restrict imports from Control.Monad.Catch to avoid shadowing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Aug 8, 2024
1 parent 95ab8b3 commit 7f5a753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Control/Monad/Logic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import Control.Monad.Reader.Class (MonadReader(..))
import Control.Monad.State.Class (MonadState(..))
import Control.Monad.Error.Class (MonadError(..))

import Control.Monad.Catch
import Control.Monad.Catch (MonadThrow, MonadCatch, throwM, catch)

#if MIN_VERSION_base(4,9,0)
import Data.Semigroup (Semigroup (..))
Expand Down

0 comments on commit 7f5a753

Please sign in to comment.