Skip to content

Commit d6de25d

Browse files
HuwCampbellroberth
authored andcommitted
Declare mappend
1 parent 5d88ae2 commit d6de25d

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
@@ -166,6 +166,7 @@ instance Semigroup OptGroup where
166166

167167
instance Monoid OptGroup where
168168
mempty = OptGroup []
169+
mappend = (<>)
169170

170171
-- | Specification for an individual parser option.
171172
data OptProperties = OptProperties

0 commit comments

Comments
 (0)