list-prompt-0.1.0.0: A simple list prompt UI for the terminal.

Safe HaskellNone
LanguageHaskell2010

System.Console.ListPrompt

Synopsis

Documentation

data Color :: *

ANSI colors: come in various intensities, which are controlled by ColorIntensity

class Default a where

A class for types with a default value.

Methods

def :: a

The default value for this type.