| ZVON > References > Haskell reference |
| Intro / Search / ZVON |
| | Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
| Module: | Prelude |
|---|---|
| Datatype: | ShowS |
| Description: | |
| Definition: | type ShowS = String -> String |
| In function types: | String -> ShowS : showString Char -> ShowS : showChar [a] -> ShowS : showList Bool -> ShowS -> ShowS : showParen Int -> a -> ShowS : showsPrec a -> ShowS : shows |