ipprint-0.6: Tiny helper for pretty-printing values in ghci console

Safe HaskellNone
LanguageHaskell98

IPPrint

Documentation

pshow :: Show a => a -> String Source

pshowWidth :: Show a => Int -> a -> String Source

pprint :: Show a => a -> IO () Source

pprintWidth :: Show a => Int -> a -> IO () Source