Make printing of binding results optional in GHCi, and document it
authorSimon Marlow <simonmar@microsoft.com>
Wed, 27 Sep 2006 13:25:50 +0000 (13:25 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 27 Sep 2006 13:25:50 +0000 (13:25 +0000)
commita1579a34bba86590e3656e5c7e88a78a9fb2f584
treebd926c553a2b1be2219f5e21639f414331c99d01
parente291c4cef087ba1afa6d0ff026fb37b55b209e74
Make printing of binding results optional in GHCi, and document it
You can say :set -fno-print-bind-result in GHCi to disable this behaviour.
Addresses #887
compiler/main/DynFlags.hs
compiler/typecheck/TcRnDriver.lhs
docs/users_guide/6.6-notes.xml
docs/users_guide/flags.xml
docs/users_guide/ghci.xml