-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Pretty print the standard output of default `Show` instances.
--   
--   Pretty print the standard output of <a>show</a> for algebraic
--   datatypes
@package nicify-lib
@version 1.0.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 Data.Data.Data Text.Nicify.X
instance GHC.Classes.Eq Text.Nicify.X
instance GHC.Read.Read Text.Nicify.X
instance GHC.Show.Show Text.Nicify.X
