httpspec-0.1: src/Data/HttpSpec/Pretty.hs
module Data.HttpSpec.Pretty (Pretty(..)) where
----------------------------------------
-- SITE-PACKAGES
----------------------------------------
import Text.PrettyPrint.HughesPJ (Doc)
class Pretty a where
ppr :: a -> Doc