vty-ui-1.5: An interactive terminal user interface library for Vty

Safe HaskellSafe-Infered

Graphics.Vty.Widgets.Alignment

Description

This module provides a type and a type class for expressing alignment. For concrete uses, see the Table and ProgressBar modules.

Synopsis

Documentation

data Alignment Source

Column alignment values.

Instances

class Alignable a whereSource

The class of types whose values or contents can be aligned.

Methods

align :: a -> Alignment -> aSource