module Data.HttpSpec.Pretty (Pretty(..)) where

----------------------------------------
-- SITE-PACKAGES
----------------------------------------
import Text.PrettyPrint.HughesPJ (Doc)


class Pretty a where
    ppr :: a -> Doc