Skip to content

Commit b5f24e7

Browse files
andy-morristreeowl
authored andcommitted
Fix typo in HashSet's Data instance
1 parent f361514 commit b5f24e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashSet/Base.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fromListConstr :: Constr
196196
fromListConstr = mkConstr hashSetDataType "fromList" [] Prefix
197197

198198
hashSetDataType :: DataType
199-
hashSetDataType = mkDataType "Data.HashSet" [fromListConstr]
199+
hashSetDataType = mkDataType "Data.HashSet.Base.HashSet" [fromListConstr]
200200

201201
-- | /O(1)/ Construct an empty set.
202202
empty :: HashSet a

0 commit comments

Comments
 (0)