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 |