Skip to content

Commit

Permalink
Explicit imports
Browse files Browse the repository at this point in the history
  • Loading branch information
meooow25 committed Aug 25, 2024
1 parent 14bbd39 commit 754b775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/src/Data/Map/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ import Utils.Containers.Internal.PtrEquality (ptrEq)
import Utils.Containers.Internal.StrictPair
import Utils.Containers.Internal.StrictMaybe
import Utils.Containers.Internal.BitQueue
import Utils.Containers.Internal.EqOrdUtil
import Utils.Containers.Internal.EqOrdUtil (EqM(..), OrdM(..))
#ifdef DEFINE_ALTERF_FALLBACK
import Utils.Containers.Internal.BitUtil (wordSize)
#endif
Expand Down
2 changes: 1 addition & 1 deletion containers/src/Data/Set/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ import Control.DeepSeq (NFData(rnf))

import Utils.Containers.Internal.StrictPair
import Utils.Containers.Internal.PtrEquality
import Utils.Containers.Internal.EqOrdUtil
import Utils.Containers.Internal.EqOrdUtil (EqM(..), OrdM(..))

#if __GLASGOW_HASKELL__
import GHC.Exts ( build, lazy )
Expand Down

0 comments on commit 754b775

Please sign in to comment.