text-show-3.8.5: Efficient conversion of values into Text
Copyright(C) 2014-2017 Ryan Scott
LicenseBSD-style (see the file LICENSE)
MaintainerRyan Scott
StabilityProvisional
PortabilityGHC
Safe HaskellNone
LanguageHaskell2010

TextShow.Data.Functor.Identity

Description

TextShow instance for Identity values.

Since: 2

Orphan instances

TextShow1 Identity Source #

Since: 3

Instance details

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Identity a -> Builder Source #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Identity a] -> Builder Source #

TextShow a => TextShow (Identity a) Source #

Since: 3

Instance details

Methods

showbPrec :: Int -> Identity a -> Builder Source #

showb :: Identity a -> Builder Source #

showbList :: [Identity a] -> Builder Source #

showtPrec :: Int -> Identity a -> Text Source #

showt :: Identity a -> Text Source #

showtList :: [Identity a] -> Text Source #

showtlPrec :: Int -> Identity a -> Text Source #

showtl :: Identity a -> Text Source #

showtlList :: [Identity a] -> Text Source #