Safe Haskell | None |
---|---|
Language | Haskell2010 |
Matchers for psc-ide commands
Synopsis
- data Matcher a
- runMatcher :: Matcher a -> [Match a] -> [Match a]
- flexMatcher :: Text -> Matcher IdeDeclarationAnn
Documentation
flexMatcher :: Text -> Matcher IdeDeclarationAnn Source #
Matches any occurence of the search string with intersections
The scoring measures how far the matches span the string where closer is better. Examples: flMa matches flexMatcher. Score: 14.28 sons matches sortCompletions. Score: 6.25