yi-0.7.2: The Haskell-Scriptable Editor

Safe HaskellNone

Yi.Keymap.Vim2.MatchResult

Documentation

data MatchResult a Source

Constructors

NoMatch 
PartialMatch 
WholeMatch a 

Instances

Functor MatchResult 
Applicative MatchResult 
Alternative MatchResult 
Show (MatchResult a)