wild-bind-0.1.0.1: Dynamic key binding framework

MaintainerToshio Ito <debug.ito@gmail.com>
Safe HaskellSafe
LanguageHaskell2010

WildBind.Description

Description

 

Synopsis

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

describe