colorful-monoids

Styled console text output using ANSI escape sequences.

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

Version on this page:0.2.1.2
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.2@sha256:ad2fc49dbdd8075474f75e98a6d332263960d1c38600170b79e42d5ca78f4c63,1985

Module documentation for 0.2.1.2

  • Data
    • Data.Monoid
      • Data.Monoid.Colorful
        • Data.Monoid.Colorful.Flat
Depends on 1 package(full list with versions):
Used by 1 package in nightly-2019-05-30(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.