Skip to content

Commit c1c5037

Browse files
committed
Declare mappend
1 parent 0e0e43a commit c1c5037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Options/Applicative/Types.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ instance Semigroup OptGroup where
159159

160160
instance Monoid OptGroup where
161161
mempty = OptGroup []
162+
mappend = (<>)
162163

163164
-- | Specification for an individual parser option.
164165
data OptProperties = OptProperties

0 commit comments

Comments
 (0)