mirror of
https://github.com/github/semantic.git
synced 2024-12-19 12:51:52 +03:00
📝 AppMerge.
This commit is contained in:
parent
541e230431
commit
794a03a49c
@ -4,6 +4,7 @@ module Data.Semigroup.App where
|
|||||||
import Control.Applicative
|
import Control.Applicative
|
||||||
import Data.Semigroup
|
import Data.Semigroup
|
||||||
|
|
||||||
|
-- | 'Semigroup' under '<*>' and '<>'.
|
||||||
newtype AppMerge f a = AppMerge { runAppMerge :: f a }
|
newtype AppMerge f a = AppMerge { runAppMerge :: 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