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.Proxy

Description

TextShow instance for Proxy.

Since: 2

Orphan instances

TextShow1 (Proxy :: Type -> Type) Source #

Since: 2

Instance details

Methods

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

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

TextShow (Proxy s) Source #

Since: 2

Instance details

Methods

showbPrec :: Int -> Proxy s -> Builder Source #

showb :: Proxy s -> Builder Source #

showbList :: [Proxy s] -> Builder Source #

showtPrec :: Int -> Proxy s -> Text Source #

showt :: Proxy s -> Text Source #

showtList :: [Proxy s] -> Text Source #

showtlPrec :: Int -> Proxy s -> Text Source #

showtl :: Proxy s -> Text Source #

showtlList :: [Proxy s] -> Text Source #