Skip to content

Commit bf739a7

Browse files
authored
Remove unneeded hiding of Prelude.map
`hlint` is complaining. I don't really care either way, so appeasing it.
1 parent f61a68d commit bf739a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/AppendMap.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module Data.AppendMap
2020
, module Data.Map.Monoidal
2121
) where
2222

23-
import Prelude hiding (map, null)
23+
import Prelude hiding (null)
2424

2525
import Data.Coerce
2626
import Data.Default

0 commit comments

Comments
 (0)