Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hob.Context.Types
Documentation
Constructors
EventBus | |
Fields
|
Constructors
Context | |
Fields
|
data PreviewCommandHandler Source
Constructors
PreviewCommandHandler | |
Fields
|
data CommandHandler Source
Constructors
CommandHandler | |
Fields |
type KeyboardBinding = ([Modifier], String) Source
type KeyCommandMatcher = SingleCommandMatcher KeyboardBinding Source
type TextCommandMatcher = SingleCommandMatcher String Source
Constructors
Mode | |
Fields
|
data EditorList Source
Constructors
EditorList | |
Fields
|
fromContext :: MonadReader r m => (r -> a) -> m a Source