Haskell Hierarchical Libraries (base package)
Contents
Index
Text.Show
Portability
portable
Stability
provisional
Maintainer
libraries@haskell.org
Description
The Show class and associated functions.
Synopsis
type
ShowS
=
String
->
String
class
Show
a
where
showsPrec
::
Int
-> a ->
ShowS
show
:: a ->
String
showList
:: [a] ->
ShowS
shows
::
Show
a => a ->
ShowS
showChar
::
Char
->
ShowS
showString
::
String
->
ShowS
showParen
::
Bool
->
ShowS
->
ShowS
showListWith
:: (a ->
ShowS
) -> [a] ->
ShowS
Produced by
Haddock
version 0.6