Skip to content

Commit

Permalink
Merge pull request #215 from TeofilC/functor-unzip
Browse files Browse the repository at this point in the history
Don't import Data.Functor.unzip
  • Loading branch information
snoyberg committed Aug 1, 2023
2 parents 47fb27f + b6c7b4c commit d33b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classy-prelude/src/ClassyPrelude.hs
Expand Up @@ -153,7 +153,7 @@ module ClassyPrelude

import qualified Prelude
import Control.Applicative ((<**>),liftA,liftA2,liftA3,Alternative (..), optional)
import Data.Functor
import Data.Functor hiding (unzip)
import Control.Exception (assert)
import Control.DeepSeq (deepseq, ($!!), force, NFData (..))
import Control.Monad (when, unless, void, liftM, ap, forever, join, replicateM_, guard, MonadPlus (..), (=<<), (>=>), (<=<), liftM2, liftM3, liftM4, liftM5)
Expand Down

0 comments on commit d33b582

Please sign in to comment.