simple-ui-0.1.1: UI library for terminal.

Safe HaskellNone
LanguageHaskell2010

Simple.UI.Widgets.Label

Documentation

class TextClass w => LabelClass w where Source #

Minimal complete definition

castToLabel

Methods

castToLabel :: w -> Label Source #