Re: [Haskell-cafe] How can I use ghci more wisely?
_ > Haskell-Cafe mailing list > Haskell-Cafe@haskell.org > http://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?
t; and put it in your .ghci, you would have your pprinting by default > whenever you use ghci. > > On Wed, Jul 24, 2013 at 7:33 AM, Jun Inoue wrote: >> The data-pprint package's pprint function might give you a quick fix. >> For example: >> >> Prelude> :m Dat