texts-0.3.1: User-facing operations for dealing with texts

Safe HaskellNone

Texts.Types

Description

Handy data types for strict and lazy texts, with conversion functions to/from each.

Synopsis

Documentation

type LText = TextSource

Lazy text.

type SText = TextSource

Strict text.

class ToText a whereSource

A class for converting to Text.

class FromText a whereSource

A class for converting from Text.

Instances