Re: [Haskell-cafe] How can I use ghci more wisely?

2013-07-24 Thread Jun Inoue
://www.haskell.org/mailman/listinfo/haskell-cafe -- Jun Inoue ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] How can I use ghci more wisely?

2013-07-24 Thread Jun Inoue
, you would have your pprinting by default whenever you use ghci. On Wed, Jul 24, 2013 at 7:33 AM, Jun Inoue jun.lam...@gmail.com wrote: The data-pprint package's pprint function might give you a quick fix. For example: Prelude :m Data.PPrint Prelude Data.PPrint pprint [1..] [1, 2, 3, 4, 5, 6