text-1.2.2.0: An efficient packed Unicode text type.

Copyright(c) 2011 MailRank, Inc.
LicenseBSD-style
Maintainerbos@serpentine.com
Stabilityexperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Data.Text.Internal.Builder.Functions

Description

Warning: this is an internal module, and does not have a stable API or name. Functions in this module may not check or enforce preconditions expected by public modules. Use at your own risk!

Useful functions and combinators.

Synopsis

Documentation

(<>) :: Builder -> Builder -> Builder infixr 4 Source

The normal mappend function with right associativity instead of left.

i2d :: Int -> Char Source

Unsafe conversion for decimal digits.