text-show-3.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.Data.Functor.Compose

Description

Monomorphic TextShow function for Compose.

Since: 3

Synopsis

Documentation

liftShowbComposePrec :: (TextShow1 f, TextShow1 g) => (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Compose f g a -> Builder Source

Convert a Compose value to a Builder with the given show functions and precedence.

Since: 3