core-text

A rope type based on a finger tree over UTF-8 fragments

https://github.com/oprdyn/unbeliever#readme

Version on this page:0.2.2.1
LTS Haskell 22.18:0.3.8.1
Stackage Nightly 2024-04-22:0.3.8.1
Latest on Hackage:0.3.8.1

See all snapshots core-text appears in

BSD-3-Clause licensed and maintained by Andrew Cowie
This version can be pinned in stack with:core-text-0.2.2.1@sha256:c4cd95d3e0764602621cf0e69f217bd1e28b0b9210852a2d0a36a995a783e72b,2049

Module documentation for 0.2.2.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.