text-show-instances-3.6: Additional instances for text-show

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

TextShow.Compiler.Hoopl

Contents

Description

TextShow instances for data types in the hoopl library.

Since: 2

Orphan instances

TextShow DPath #

Since: 2

TextShow DominatorNode #

Since: 2

TextShow DominatorTree #

Since: 2

TextShow Label #

Since: 2

TextShow LabelSet #

Since: 2

TextShow UniqueSet #

Since: 2

TextShow1 LabelMap #

Since: 2

Methods

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

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

TextShow1 UniqueMap #

Since: 2

Methods

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

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

TextShow v0 => TextShow (LabelMap v0) #

Since: 2

TextShow v0 => TextShow (UniqueMap v0) #

Since: 2

TextShow2 (Pointed t) #

Since: 2

Methods

liftShowbPrec2 :: (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> Int -> Pointed t a b -> Builder #

liftShowbList2 :: (Int -> a -> Builder) -> ([a] -> Builder) -> (Int -> b -> Builder) -> ([b] -> Builder) -> [Pointed t a b] -> Builder #

TextShow1 (Pointed t b) #

Since: 2

Methods

liftShowbPrec :: (Int -> a -> Builder) -> ([a] -> Builder) -> Int -> Pointed t b a -> Builder #

liftShowbList :: (Int -> a -> Builder) -> ([a] -> Builder) -> [Pointed t b a] -> Builder #

TextShow a => TextShow (Pointed t b a) #

Since: 2

Methods

showbPrec :: Int -> Pointed t b a -> Builder #

showb :: Pointed t b a -> Builder #

showbList :: [Pointed t b a] -> Builder #

showtPrec :: Int -> Pointed t b a -> Text #

showt :: Pointed t b a -> Text #

showtList :: [Pointed t b a] -> Text #

showtlPrec :: Int -> Pointed t b a -> Text #

showtl :: Pointed t b a -> Text #

showtlList :: [Pointed t b a] -> Text #