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 *) #

Since: 2

Methods

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

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

TextShow (Proxy k s) #

Since: 2

Methods

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

showb :: Proxy k s -> Builder #

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

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

showt :: Proxy k s -> Text #

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

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

showtl :: Proxy k s -> Text #

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