yi-keymap-vim-0.18.0: Vim keymap for Yi editor

LicenseGPL-2
Maintaineryi-devel@googlegroups.com
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010
ExtensionsDeriveFunctor

Yi.Keymap.Vim.MatchResult

Description

 

Documentation

data MatchResult a Source #

Constructors

NoMatch 
PartialMatch 
WholeMatch a 
Instances
Functor MatchResult Source # 
Instance details

Defined in Yi.Keymap.Vim.MatchResult

Methods

fmap :: (a -> b) -> MatchResult a -> MatchResult b #

(<$) :: a -> MatchResult b -> MatchResult a #

Applicative MatchResult Source # 
Instance details

Defined in Yi.Keymap.Vim.MatchResult

Methods

pure :: a -> MatchResult a #

(<*>) :: MatchResult (a -> b) -> MatchResult a -> MatchResult b #

liftA2 :: (a -> b -> c) -> MatchResult a -> MatchResult b -> MatchResult c #

(*>) :: MatchResult a -> MatchResult b -> MatchResult b #

(<*) :: MatchResult a -> MatchResult b -> MatchResult a #

Alternative MatchResult Source # 
Instance details

Defined in Yi.Keymap.Vim.MatchResult

Show (MatchResult a) Source # 
Instance details

Defined in Yi.Keymap.Vim.MatchResult