hackage-security-0.6.3.3: src/Hackage/Security/Util/Pretty.hs
-- | Producing human-reaadable strings
module Hackage.Security.Util.Pretty (
Pretty(..)
) where
import Prelude
-- | Produce a human-readable string
class Pretty a where
pretty :: a -> String