CurryInfo: wl-pprint-3.0.0 / Text.Pretty.Pretty

definition:
class Pretty a where
  pretty     :: a -> Doc
  prettyList :: [a] -> Doc
  prettyList = list . map pretty
methods:
["pretty :: a -> Text.PrettyImpl.Doc","prettyList 0 :: [a] -> Text.PrettyImpl.Doc"]
name:
Pretty