DCLabel.PrettyShow
Description
- class PrettyShow a where
- prettyShow :: PrettyShow a => a -> String
Documentation
class PrettyShow a whereSource
Class used to create a Doc type of DCLabel-related types
prettyShow :: PrettyShow a => a -> StringSource
Render a PrettyShow type to a string.