Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- type SigMap = AppendMap [Sig ()] MatchedSigs
- newtype MatchedSigs = MatchedSigs {
- getMatchedSigs :: [SigMatches]
- mkSigMap :: DynFlags -> HieAST HieTypeFix -> SigMap
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 # |