text-show-0.3.0.0: Efficient conversion of values into Text

Copyright(C) 2014 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityExperimental
PortabilityGHC
Safe HaskellNone
LanguageHaskell98

Text.Show.Text.Data.List

Description

Synopsis

Documentation

showbListDefault :: Show a => [a] -> Builder Source

Converts a list of Show values into a Builder in which the values are surrounded by square brackets and each value is separated by a comma. This is the default implementation of showbList save for a few special cases (e.g., String).