mirror of
https://github.com/github/semantic.git
synced 2024-12-22 06:11:49 +03:00
📝 App.
This commit is contained in:
parent
6399cb3c58
commit
5ea6482e96
@ -19,5 +19,6 @@ instance (Applicative f, Monoid a, Semigroup a) => Monoid (AppMerge f a) where
|
||||
mappend = (<>)
|
||||
|
||||
|
||||
-- | 'Semigroup' under '*>'.
|
||||
newtype App f a = App { runApp :: f a }
|
||||
deriving (Alternative, Applicative, Bounded, Enum, Eq, Foldable, Functor, Monad, Ord, Show, Traversable)
|
||||
|
Loading…
Reference in New Issue
Block a user