MIT licensed and maintained by Andrew Cowie
This version can be pinned in stack with:core-text-0.3.8.1@sha256:27ee5c952361d8989c050fa1ac2c831b36e3d8b66faf41a2103207d6ecb71ee5,2271

Module documentation for 0.3.8.1

A rope data type for text, built as a finger tree over UTF-8 text fragments. The package also includes utiltiy functions for breaking and re-wrapping lines, conveniences for pretty printing and colourizing terminal output, and a simple mechanism for multi-line Rope literals.

The main Rope type and its usage are described at Core.Text.Rope in this package.

This is part of a library intended to ease interoperability and assist in building command-line programs, both tools and longer-running daemons. A list of features and some background to the library's design is contained in the README on GitHub.