text-show-3.4: 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.Identity

Contents

Description

Monomorphic TextShow function for Identity values.

Since: 2

Synopsis

Documentation

liftShowbIdentityPrec :: (Int -> a -> Builder) -> Int -> Identity a -> Builder Source #

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

Since: 3

Orphan instances