We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e6ef7 commit c623db7Copy full SHA for c623db7
vector/src/Data/Vector/Strict.hs
@@ -252,9 +252,9 @@ instance Exts.IsList (Vector a) where
252
253
instance Data a => Data (Vector a) where
254
gfoldl = G.gfoldl
255
- toConstr _ = G.mkVecConstr "Data.Vector.Vector"
+ toConstr _ = G.mkVecConstr "Data.Vector.Strict.Vector"
256
gunfold = G.gunfold
257
- dataTypeOf _ = G.mkVecType "Data.Vector.Vector"
+ dataTypeOf _ = G.mkVecType "Data.Vector.Strict.Vector"
258
dataCast1 = G.dataCast
259
260
type instance G.Mutable Vector = MVector
0 commit comments