packages feed

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

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

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