packages feed

hackport-0.8.0.0: hackage-security/hackage-security/src/Hackage/Security/Util/Pretty.hs

-- | Producing human-reaadable strings
module Hackage.Security.Util.Pretty (
    Pretty(..)
  ) where

import MyPrelude

-- | Produce a human-readable string
class Pretty a where
  pretty :: a -> String