core-text

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

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

Version on this page:0.2.0.0
LTS Haskell 22.14:0.3.8.1
Stackage Nightly 2024-03-29: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.0.0@sha256:7d6d44447acc3254cba3307b5d6ee870ad4bb68a89bd5a9386790ee5b67593fe,1824

Module documentation for 0.2.0.0

A data type for text, built as a finger tree over UTF-8 text fragments.

The main 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.