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

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

TextShow.Data.Proxy

Contents

Description

Monomorphic TextShow function for Proxy values.

Since: 2

Synopsis

Documentation

showbProxy :: Proxy s -> Builder Source #

Convert a Proxy type to a Builder.

Since: 2

Orphan instances

TextShow1 (Proxy *) Source # 

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 #