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

Contents

Description

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

Since: 2

Orphan instances

TextShow2 ((:~:) *) #

Since: 2

Methods

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

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

TextShow1 ((:~:) * a) #

Since: 2

Methods

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

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

TextShow ((:~:) k a0 b0) #

Since: 2

Methods

showbPrec :: Int -> (k :~: a0) b0 -> Builder #

showb :: (k :~: a0) b0 -> Builder #

showbList :: [(k :~: a0) b0] -> Builder #

showtPrec :: Int -> (k :~: a0) b0 -> Text #

showt :: (k :~: a0) b0 -> Text #

showtList :: [(k :~: a0) b0] -> Text #

showtlPrec :: Int -> (k :~: a0) b0 -> Text #

showtl :: (k :~: a0) b0 -> Text #

showtlList :: [(k :~: a0) b0] -> Text #