
25 Jan
2008
25 Jan
'08
12:08 p.m.
2008/1/25 Philip Weaver
You want -fno-print-bind-results, which can be passed to ghci at the command line or set within ghci using :set.
I found your answer in this guide: http://www.haskell.org/ghc/docs/latest/html/users_guide/interactive-evaluati...
You can add the :set command to your .ghci file.