module CC.Pretty where class Pretty a where pretty :: a -> String instance Pretty Int where pretty = show