text-show-instances-3.6.4: 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 Source #

Since: 2

TextShow DominatorNode Source #

Since: 2

TextShow DominatorTree Source #

Since: 2

TextShow Label Source #

Since: 2

TextShow LabelSet Source #

Since: 2

TextShow UniqueSet Source #

Since: 2

TextShow1 LabelMap Source #

Since: 2

Methods

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

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

TextShow1 UniqueMap Source #

Since: 2

Methods

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

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

TextShow v => TextShow (LabelMap v) Source #

Since: 2

TextShow v => TextShow (UniqueMap v) Source #

Since: 2

TextShow2 (Pointed t) Source #

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

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

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 #