Maintainer | Toshio Ito <debug.ito@gmail.com> |
---|---|
Safe Haskell | Safe |
Language | Haskell2010 |
WildBind.Description
Description
- type ActionDescription = Text
- class Describable d where
Documentation
type ActionDescription = Text #
Human-readable description of an action. ActionDescription
is
used to describe the current binding to the user.
class Describable d where #
Class for something describable.
Minimal complete definition
Methods
describe :: d -> ActionDescription #
Instances