Skip to content

Commit

Permalink
Declare mappend
Browse files Browse the repository at this point in the history
  • Loading branch information
HuwCampbell committed Jul 22, 2024
1 parent 0e0e43a commit c1c5037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Options/Applicative/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ instance Semigroup OptGroup where

instance Monoid OptGroup where
mempty = OptGroup []
mappend = (<>)

-- | Specification for an individual parser option.
data OptProperties = OptProperties
Expand Down

0 comments on commit c1c5037

Please sign in to comment.