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

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

TextShow.Control.Applicative

Description

Monomorphic TextShow functions for Const and ZipList.

Since: 2

Synopsis

Documentation

liftShowbConstPrec :: (Int -> a -> Builder) -> Int -> Const a b -> Builder Source

Convert a Const value to a Builder with the given show function and precedence.

Since: 3

liftShowbZipListPrec :: ([a] -> Builder) -> Int -> ZipList a -> Builder Source

Convert a ZipList to a Builder with the given show function and precedence.

Since: 3