Safe Haskell | None |
---|---|
Language | Haskell2010 |
Vgrep.KeybindingMap
Documentation
newtype KeybindingMap Source #
Constructors
KeybindingMap | |
Fields |
Instances
Eq KeybindingMap Source # | |
Defined in Vgrep.KeybindingMap Methods (==) :: KeybindingMap -> KeybindingMap -> Bool # (/=) :: KeybindingMap -> KeybindingMap -> Bool # | |
Show KeybindingMap Source # | |
Defined in Vgrep.KeybindingMap Methods showsPrec :: Int -> KeybindingMap -> ShowS # show :: KeybindingMap -> String # showList :: [KeybindingMap] -> ShowS # | |
Semigroup KeybindingMap Source # | |
Defined in Vgrep.KeybindingMap Methods (<>) :: KeybindingMap -> KeybindingMap -> KeybindingMap # sconcat :: NonEmpty KeybindingMap -> KeybindingMap # stimes :: Integral b => b -> KeybindingMap -> KeybindingMap # | |
Monoid KeybindingMap Source # | |
Defined in Vgrep.KeybindingMap Methods mempty :: KeybindingMap # mappend :: KeybindingMap -> KeybindingMap -> KeybindingMap # mconcat :: [KeybindingMap] -> KeybindingMap # | |
FromJSON KeybindingMap Source # | |
Defined in Vgrep.Environment.Config.Sources.File Methods parseJSON :: Value -> Parser KeybindingMap # parseJSONList :: Value -> Parser [KeybindingMap] # |