-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Pretty print the standard output of show for algebraic datatypes -- -- Pretty print the standard output of show for algebraic datatypes @package nicify @version 1.1 module Text.Nicify nicify :: String -> String data X XString :: String -> X XCurly :: [X] -> X XBrackets :: [X] -> X XAnything :: String -> X XSep :: X parseX :: String -> [X] printX :: [X] -> String printX' :: String -> [X] -> String instance Typeable X instance Show X instance Read X instance Eq X instance Data X