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