Maintainer | Toshio Ito <debug.ito@gmail.com> |
---|---|
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
WildBind.Description
Description
Synopsis
- type ActionDescription = Text
- class Describable d where
- describe :: d -> ActionDescription
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.
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: 0.1.1.0 |
Defined in WildBind.Description Methods describe :: Either a b -> ActionDescription Source # |