diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-22 11:51:01 +0100 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-12-22 11:53:03 +0100 |
| commit | 8cbe5460f19b238b1ebff1f9ecd336f062377c7f (patch) | |
| tree | 78cc14f377d97488a865d7cf1e504514555ac1a1 /src | |
| parent | 9438cfc7125b2fbc6f3a0a2a550c05b13e042f4e (diff) | |
Commit the results of a stylish-haskell sweep
Diffstat (limited to 'src')
| -rw-r--r-- | src/Data/Dependent/EnumMap/Strict/Internal.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Data/Dependent/EnumMap/Strict/Internal.hs b/src/Data/Dependent/EnumMap/Strict/Internal.hs index 98fc49c..2058b6c 100644 --- a/src/Data/Dependent/EnumMap/Strict/Internal.hs +++ b/src/Data/Dependent/EnumMap/Strict/Internal.hs @@ -1,5 +1,6 @@ {-# LANGUAGE BangPatterns #-} {-# LANGUAGE ExistentialQuantification #-} +{-# LANGUAGE ImportQualifiedPost #-} {-# LANGUAGE PolyKinds #-} {-# LANGUAGE QuantifiedConstraints #-} {-# LANGUAGE RankNTypes #-} @@ -15,8 +16,8 @@ import Control.Exception import Data.Bifunctor (bimap, second) import Data.Coerce import Data.Dependent.Sum -import qualified Data.Foldable as Foldable -import qualified Data.IntMap.Strict as IM +import Data.Foldable qualified as Foldable +import Data.IntMap.Strict qualified as IM import Data.Kind (Type) import Data.Proxy import Data.Some |
