mirror of
https://github.com/github/semantic.git
synced 2024-12-22 22:31:36 +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 = (<>)
|
mappend = (<>)
|
||||||
|
|
||||||
|
|
||||||
|
-- | 'Semigroup' under '*>'.
|
||||||
newtype App f a = App { runApp :: f a }
|
newtype App f a = App { runApp :: f a }
|
||||||
deriving (Alternative, Applicative, Bounded, Enum, Eq, Foldable, Functor, Monad, Ord, Show, Traversable)
|
deriving (Alternative, Applicative, Bounded, Enum, Eq, Foldable, Functor, Monad, Ord, Show, Traversable)
|
||||||
|
Loading…
Reference in New Issue
Block a user