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

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

Text.Show.Text.Control.Applicative

Description

Monomorphic Show function for ZipList.

Since: 0.3

Synopsis

Documentation

showbConstPrec :: Show a => Int -> Const a b -> Builder Source

Convert a Const value to a Builder with the given precedence.

Since: 0.7

showbZipListPrec :: Show a => Int -> ZipList a -> Builder Source

Convert a ZipList to a Builder with the given precedence.

Since: 0.3