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.Type.Coercion

Contents

Description

TextShow instance for representational equality. Only provided if using base-4.7.0.0 or later.

Since: 2

Orphan instances

TextShow2 (Coercion *) Source #

Since: 2

Methods

liftShowbPrec2 :: (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> Int -> Coercion * a b -> Builder Source #

liftShowbList2 :: (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> [Coercion * a b] -> Builder Source #

TextShow1 (Coercion * a) Source #

Since: 2

Methods

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

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

TextShow (Coercion k a0 b0) Source #

Since: 2

Methods

showbPrec :: Int -> Coercion k a0 b0 -> Builder Source #

showb :: Coercion k a0 b0 -> Builder Source #

showbList :: [Coercion k a0 b0] -> Builder Source #

showtPrec :: Int -> Coercion k a0 b0 -> Text Source #

showt :: Coercion k a0 b0 -> Text Source #

showtList :: [Coercion k a0 b0] -> Text Source #

showtlPrec :: Int -> Coercion k a0 b0 -> Text Source #

showtl :: Coercion k a0 b0 -> Text Source #

showtlList :: [Coercion k a0 b0] -> Text Source #