- 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
Render a PrettyShow
type to a string.
prettyShow :: PrettyShow a => a -> StringSource