| Safe Haskell | None | 
|---|
Data.Array.Parallel.Pretty
Description
Pretty printer classes
- module Text.PrettyPrint
 - class PprPhysical a where
 - class PprVirtual a where
 
Documentation
module Text.PrettyPrint
class PprPhysical a whereSource
Pretty print the physical structure of data.
Instances
| PprPhysical Bool | |
| PprPhysical Double | |
| PprPhysical Int | |
| PprPhysical a => PprPhysical (Vector a) | |
| (PprPhysical a, PprPhysical b) => PprPhysical (a, b) |