text-1.1.1.3: An efficient packed Unicode text type.

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellNone

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 -> BuilderSource

The normal mappend function with right associativity instead of left.

i2d :: Int -> CharSource

Unsafe conversion for decimal digits.