colorful-monoids

Styled console text output using ANSI escape sequences.

https://github.com/minad/colorful-monoids#readme

Version on this page:0.2.1.1
LTS Haskell 22.14:0.2.1.3
Stackage Nightly 2024-03-28:0.2.1.3
Latest on Hackage:0.2.1.3

See all snapshots colorful-monoids appears in

MIT licensed and maintained by Daniel Mendler
This version can be pinned in stack with:colorful-monoids-0.2.1.1@sha256:0d1d4a7c569993be92afda9fd2ac0143e64a51326c27a1b52ad48aa69860dbf5,1971

Module documentation for 0.2.1.1

  • Data
    • Data.Monoid
      • Data.Monoid.Colorful
        • Data.Monoid.Colorful.Flat
Depends on 1 package(full list with versions):
Used by 1 package in nightly-2018-06-24(full list with versions):

This library provides styled text output using ANSI escape sequences. The colored text is modeled as nested Colored values, which form a Monoid. As a result the colored code has a relatively concise form.