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