text-show-3.6: 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

Contents

Description

TextShow instance for Proxy.

Since: 2

Orphan instances

TextShow1 (Proxy *) Source #

Since: 2

Methods

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

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

TextShow (Proxy k s) Source #

Since: 2

Methods

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

showb :: Proxy k s -> Builder Source #

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

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

showt :: Proxy k s -> Text Source #

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

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

showtl :: Proxy k s -> Text Source #

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