core-text-0.3.7.0: A rope type based on a finger tree over UTF-8 fragments
Safe HaskellNone
LanguageHaskell2010

Core.Text

Description

A unified Text type providing interoperability between various text back-ends present in the Haskell ecosystem.

This is intended to be used directly:

import Core.Text

as this module re-exports all of the various components making up this library's text handling subsystem.

Synopsis

Internal representation

Exposes Bytes, a wrapper around different types of binary data, and Rope, a finger-tree over buffers containing text.

Useful utilities

Useful functions for common use cases.