From 1b03c32b718db1f6373f436eead5e56fac50b236 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 13 May 2025 13:38:41 +0200 Subject: Consistent Prelude import position --- src/Data/Dependent/EnumMap/Strict/Internal.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Data/Dependent/EnumMap/Strict/Internal.hs b/src/Data/Dependent/EnumMap/Strict/Internal.hs index baa4c39..ddbbe9b 100644 --- a/src/Data/Dependent/EnumMap/Strict/Internal.hs +++ b/src/Data/Dependent/EnumMap/Strict/Internal.hs @@ -9,6 +9,8 @@ {-# LANGUAGE TypeFamilies #-} module Data.Dependent.EnumMap.Strict.Internal where +import Prelude hiding (lookup, map) + import Control.Exception import Data.Bifunctor (bimap, second) import Data.Coerce @@ -22,8 +24,6 @@ import Data.Type.Equality import Text.Show (showListWith) import Unsafe.Coerce (unsafeCoerce) -import Prelude hiding (lookup, map) - type KV :: forall kind. (kind -> Type) -> (kind -> Type) -> Type data KV k v = forall a. KV !(Enum1Info k) !(v a) -- cgit v1.2.3-70-g09d2