Portability | portable |
---|---|
Stability | experimental |
Maintainer | yi-devel@googlegroups.com |
Safe Haskell | Safe-Inferred |
Yi.Keymap.Vim.MatchResult
Description
Documentation
data MatchResult a Source
Constructors
NoMatch | |
PartialMatch | |
WholeMatch a |
Instances
Functor MatchResult | |
Applicative MatchResult | |
Alternative MatchResult | |
Show (MatchResult a) |