ProxN-0.0.1: Proximity sets in N dimensions
Data.ProxN.Pretty
class Pretty p whereSource
Methods
prettyPrint :: p -> PrettyM ()Source
pretty :: (String -> String) -> p -> StringSource
prettySimp :: p -> StringSource
Instances
class Pretty1 p1 whereSource
prettyPrint1 :: Pretty p => p1 p -> PrettyM ()Source
pretty1 :: Pretty p => (String -> String) -> p1 p -> StringSource
prettySimp1 :: Pretty p => p1 p -> StringSource
prettyPut :: String -> PrettyM ()Source
prettyNl :: PrettyM ()Source
prettyIndent :: PrettyM a -> PrettyM aSource