-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Tiny helper for pretty-printing values in ghci console -- -- Tiny helper for pretty-printing values in ghci console @package ipprint @version 0.1 module IPPrint pprint :: (Show a) => a -> IO ()