X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2F6.6-notes.xml;fp=docs%2Fusers_guide%2F6.6-notes.xml;h=a45579bb8cff0100c556d0338088966dcccf6f42;hb=a1579a34bba86590e3656e5c7e88a78a9fb2f584;hp=6b6df22f3085ccb9c615b679c4c9465e4e9bfc16;hpb=e291c4cef087ba1afa6d0ff026fb37b55b209e74;p=ghc-hetmet.git diff --git a/docs/users_guide/6.6-notes.xml b/docs/users_guide/6.6-notes.xml index 6b6df22..a45579b 100644 --- a/docs/users_guide/6.6-notes.xml +++ b/docs/users_guide/6.6-notes.xml @@ -370,6 +370,15 @@ See for more information. + + + GHCi now invokes print by default on the + result of IO actions and bindings at the prompt. This is + occasionally not what you want, so it can be disabled (at + least for bindings) with + :set -fno-print-bind-result. See . +