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

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

Text.Show.Text.Data.Functor.Identity

Description

Monomorphic Show function for Identity values.

Since: 0.5

Synopsis

Documentation

showbIdentityPrecWith :: (Int -> a -> Builder) -> Int -> Identity a -> Builder Source

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

Since: 1