| Safe Haskell | None |
|---|
Yi.Keymap.Vim2.MatchResult
Documentation
data MatchResult a Source
Constructors
| NoMatch | |
| PartialMatch | |
| WholeMatch a |
Instances
| Functor MatchResult | |
| Applicative MatchResult | |
| Alternative MatchResult | |
| Show (MatchResult a) |
lookupBestMatch :: String -> [(String, a)] -> MatchResult aSource
matchesString :: String -> String -> MatchResult ()Source