Skip to content

Commit b2bdd73

Browse files
authored
Merge pull request #55 from treeowl/nomap
Remove map from Prelude hiding list for Mutable.hs
2 parents 287c0a7 + 1cad00f commit b2bdd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Vector/Mutable.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import qualified Data.Vector.Generic.Mutable as G
5454
import Data.Primitive.Array
5555
import Control.Monad.Primitive
5656

57-
import Prelude hiding ( length, null, replicate, reverse, map, read,
57+
import Prelude hiding ( length, null, replicate, reverse, read,
5858
take, drop, splitAt, init, tail )
5959

6060
import Data.Typeable ( Typeable )

0 commit comments

Comments
 (0)