| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Colog.Polysemy.Formatting.Color
Description
Documentation
ANSI's eight standard colors. They come in two intensities, which are
 controlled by ColorIntensity. Many terminals allow the colors of the
 standard palette to be customised, so that, for example,
 setSGR [ SetColor Foreground Vivid Green ] may not result in bright green
 characters.
A Bool-isomorphic type for expressing whether output should use color or not.
Constructors
| DoUseColor | |
| DontUseColor |