Skip to content

Commit c828e1d

Browse files
committed
Fix 'Eq2 HashMap' instance
1 parent 7fad271 commit c828e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashMap/Base.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ instance Traversable (HashMap k) where
254254
traverse f = traverseWithKey (const f)
255255

256256
#if MIN_VERSION_base(4,9,0)
257-
instance Eq2 HashMapInner where
257+
instance Eq2 HashMap where
258258
liftEq2 = equal
259259

260260
instance Eq k => Eq1 (HashMap k) where

0 commit comments

Comments
 (0)