data-extra-2.5.2: Extra utilities for working on Data.* types.

Safe HaskellSafe-Inferred

Data.Text.Extra

Description

Extra functions and classes for dealing with Text.

Synopsis

Documentation

class ToText a whereSource

A class for converting to Text.

Methods

toText :: a -> TextSource

toLazyText :: a -> TextSource

Instances

class FromText a whereSource

A class for converting from Text.

Instances

bigUp :: Integral a => a -> TextSource

Big 'em up.