| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | Safe |
| Language | Haskell2010 |
WildBind.Description
Description
Synopsis
- type ActionDescription = Text
- class Describable d where
Documentation
type ActionDescription = Text Source #
Human-readable description of an action. ActionDescription is
used to describe the current binding to the user.
class Describable d where Source #
Class for something describable.
Minimal complete definition
Methods
describe :: d -> ActionDescription Source #
Instances
| Describable NumPadLocked Source # | |
Defined in WildBind.Input.NumPad Methods | |
| Describable NumPadUnlocked Source # | |
Defined in WildBind.Input.NumPad Methods | |
| (Describable a, Describable b) => Describable (Either a b) Source # | Since: wild-bind-0.1.1.0 |
Defined in WildBind.Description Methods describe :: Either a b -> ActionDescription Source # | |