pretty-class-0.1: Text/PrettyPrint/Class.hs
module Text.PrettyPrint.Class
( Pretty(pretty)
) where
import Text.PrettyPrint (Doc)
class Pretty a where
pretty :: a -> Doc
module Text.PrettyPrint.Class
( Pretty(pretty)
) where
import Text.PrettyPrint (Doc)
class Pretty a where
pretty :: a -> Doc