Skip to content

Show

Documentation

show :: Show a => a -> String

A specialised variant of showsPrec, using precedence context zero, and returning an ordinary String.

showAll :: Show a => Arc -> Pattern a -> String

draw :: Pattern Char -> Render

drawLine :: Pattern Char -> Render

drawLineSz :: Int -> Pattern Char -> Render

stepcount :: Pattern a -> Int

showStateful :: ControlPattern -> String

Orphan instances

Show Context 
Instance details

Methods

showsPrec :: Int -> Context -> ShowS

show :: Context -> String

showList :: [Context] -> ShowS

Show Value 
Instance details

Methods

showsPrec :: Int -> Value -> ShowS

show :: Value -> String

showList :: [Value] -> ShowS

Show ValueMap 
Instance details

Methods

showsPrec :: Int -> ValueMap -> ShowS

show :: ValueMap -> String

showList :: [ValueMap] -> ShowS

Show Arc 
Instance details

Methods

showsPrec :: Int -> Arc -> ShowS

show :: Arc -> String

showList :: [Arc] -> ShowS

Show a => Show (Event a) 
Instance details

Methods

showsPrec :: Int -> Event a -> ShowS

show :: Event a -> String

showList :: [Event a] -> ShowS

Show a => Show (Pattern a) 
Instance details

Methods

showsPrec :: Int -> Pattern a -> ShowS

show :: Pattern a -> String

showList :: [Pattern a] -> ShowS