-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Extremely simple Pretty class -- -- I was unclear how to create instances of -- Language.Haskell.Pretty.Pretty because the pretty method is not -- exported. So here is a copy. @package pretty-class @version 0.1 module Text.PrettyPrint.Class class Pretty a pretty :: Pretty a => a -> Doc