| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.Repa.Nice.Present
Documentation
class Presentable a where Source
Convert some value to a form presentable to the user.
Like show but we allow the nesting structure to be preserved
so it can be displayed in tabular format.
Instances
| Presentable Char | |
| Presentable Double | |
| Presentable Float | |
| Presentable Int | |
| Presentable Word8 | |
| Presentable Word16 | |
| Presentable Word32 | |
| Presentable Word64 | |
| Presentable Tok | |
| Presentable Str | |
| Presentable a => Presentable [a] | |
| (Presentable a, Presentable b) => Presentable (a, b) | |
| (Presentable a, Presentable b, Presentable c) => Presentable (a, b, c) | |
| (Presentable a, Presentable b, Presentable c, Presentable d) => Presentable (a, b, c, d) | |
| (Presentable a, Presentable b, Presentable c, Presentable d, Presentable e) => Presentable (a, b, c, d, e) |
A value, wrapped up nicely.
Wrapper to indicate a list of characters should be printed as a string, including double quotes.
Instances
Wrapper to indicate a list of characters should be printed as a string, without double quotes.
Instances