Skip to content

Commit 31325e3

Browse files
committed
Add mappend
1 parent 6a438d2 commit 31325e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Data/HashMap/Internal.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,6 +2478,7 @@ instance Semigroup (Validity k) where
24782478

24792479
instance Monoid (Validity k) where
24802480
mempty = Valid
2481+
mappend = (<>)
24812482

24822483
data Error k
24832484
= INV1_internal_Empty

0 commit comments

Comments
 (0)