text: An efficient packed Unicode text type.
An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework.
The Text
type represents Unicode character strings, in a time and
space-efficient manner. This package provides text processing
capabilities that are optimized for performance critical use, both
in terms of large data quantities and high speed.
The Text
type provides character-encoding, type-safe case
conversion via whole-string case conversion functions. It also
provides a range of functions for converting Text values to and from
ByteStrings
, using several standard encodings (see the text-icu
package for a much larger variety of encoding functions).
Efficient locale-sensitive support for text IO is also supported.
This module is intended to be imported qualified, to avoid name clashes with Prelude functions, e.g.
import qualified Data.Text as T
[Skip to Readme]
Versions [faq] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.7.0.1, 0.7.1.0, 0.7.2.1, 0.8.0.0, 0.8.1.0, 0.9.0.0, 0.9.0.1, 0.9.1.0, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.11.0.0, 0.11.0.1, 0.11.0.2, 0.11.0.3, 0.11.0.4, 0.11.0.5, 0.11.0.6, 0.11.0.7, 0.11.0.8, 0.11.1.0, 0.11.1.1, 0.11.1.2, 0.11.1.3, 0.11.1.5, 0.11.1.6, 0.11.1.7, 0.11.1.8, 0.11.1.9, 0.11.1.10, 0.11.1.11, 0.11.1.12, 0.11.1.13, 0.11.2.0, 0.11.2.1, 0.11.2.2, 0.11.2.3, 0.11.3.0, 0.11.3.1, 1.0.0.0, 1.0.0.1, 1.1.0.0, 1.1.0.1, 1.1.1.0, 1.1.1.1, 1.1.1.2, 1.1.1.3, 1.1.1.4, 1.2.0.0, 1.2.0.2, 1.2.0.3, 1.2.0.4, 1.2.0.5, 1.2.0.6, 1.2.1.0, 1.2.1.1, 1.2.1.2, 1.2.1.3, 1.2.2.0, 1.2.2.1, 1.2.2.2, 1.2.3.0, 1.2.3.1 |
---|---|
Dependencies | base (<4.3), bytestring (>=0.9 && <1.0), deepseq (>=1.1.0.0 && <1.4), extensible-exceptions, ghc-prim [details] |
License | BSD-3-Clause |
Copyright | 2008-2009 Tom Harper, 2009-2010 Bryan O'Sullivan |
Author | Tom Harper <rtomharper@googlemail.com> |
Maintainer | Bryan O'Sullivan <bos@serpentine.com> Tom Harper <rrtomharper@googlemail.com> Duncan Coutts <duncan@haskell.org> |
Revised | Revision 3 made by HerbertValerioRiedel at Tue Jun 30 07:23:35 UTC 2015 |
Category | Data, Text |
Home page | http://code.haskell.org/text |
Source repo | head: darcs get http://code.haskell.org/text/ |
Uploaded | by BryanOSullivan at Mon Sep 20 04:00:48 UTC 2010 |
Distributions | Arch:1.2.3.1, Debian:1.2.3.0, Fedora:1.2.3.0, FreeBSD:1.2.1.3, LTSHaskell:1.2.3.1, NixOS:1.2.3.1, Stackage:1.2.3.1 |
Downloads | 519025 total (821 in the last 30 days) |
Rating | 2.75 (votes: 13) [estimated by rule of succession] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |
Modules
[Index]
Flags
Name | Description | Default | Type |
---|---|---|---|
developer | operate in developer mode | Disabled | Automatic |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- text-0.9.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.