text-0.11.2.0: An efficient packed Unicode text type.

PortabilityGHC
Stabilityexperimental
Maintainerbos@serpentine.com
Safe HaskellSafe-Infered

Data.Text.Util

Description

Useful functions.

Synopsis

Documentation

intersperse :: a -> [a] -> [a]Source

A lazier version of Data.List.intersperse. The other version causes space leaks!