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

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

Text.Show.Text.Data.List

Description

Synopsis

Documentation

showbListDefault :: (a -> Builder) -> [a] -> Builder Source

Converts a list of 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).

Since: 0.3