text-show-instances-0.3.0.1: Additional instances for text-show

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

Text.Show.Text.Compiler.Hoopl

Description

Monomorphic Show functions for data types in the hoopl library.

Since: 0.2

Synopsis

Documentation

showbLabel :: Label -> Builder Source

Convert a Label to a Builder.

Since: 0.2

showbLabelMapPrec :: Show v => Int -> LabelMap v -> Builder Source

Convert a LabelMap to a Builder with the given precedence.

Since: 0.2

showbLabelSetPrec :: Int -> LabelSet -> Builder Source

Convert a LabelSet to a Builder with the given precedence.

Since: 0.2

showbPointed :: Show a => Pointed t b a -> Builder Source

Convert a Pointed value to a Builder.

Since: 0.2

showbUnique :: Unique -> Builder Source

Convert a Unique value to a Builder.

Since: 0.2

showbUniqueMapPrec :: Show v => Int -> UniqueMap v -> Builder Source

Convert a UniqueMap to a Builder with the given precedence.

Since: 0.2

showbUniqueSetPrec :: Int -> UniqueSet -> Builder Source

Convert a UniqueSet to a Builder with the given precedence.

Since: 0.2

showbDPath :: DPath -> Builder Source

Convert a DPath to a Builder.

Since: 0.2