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

Safe HaskellNone

IPPrint

Documentation

pshow :: Show a => a -> StringSource

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

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