Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype MatchedSigs Source #
MatchedSigs | |
|
Instances
Semigroup MatchedSigs Source # | |
Defined in MatchSigs.Matching (<>) :: MatchedSigs -> MatchedSigs -> MatchedSigs # sconcat :: NonEmpty MatchedSigs -> MatchedSigs # stimes :: Integral b => b -> MatchedSigs -> MatchedSigs # | |
Monoid MatchedSigs Source # | |
Defined in MatchSigs.Matching mempty :: MatchedSigs # mappend :: MatchedSigs -> MatchedSigs -> MatchedSigs # mconcat :: [MatchedSigs] -> MatchedSigs # |