#887: GHCi prints results of IO actions
----------------------+-----------------------------------------------------
  Reporter:  guest    |          Owner:        
      Type:  bug      |         Status:  closed
  Priority:  normal   |      Milestone:        
 Component:  GHCi     |        Version:  6.5   
  Severity:  normal   |     Resolution:  fixed 
  Keywords:           |             Os:  Linux 
Difficulty:  Unknown  |   Architecture:  x86   
----------------------+-----------------------------------------------------
Changes (by simonmar):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 Done; to disable the printing behaviour for bindings, use
 {{{
 :set -fno-print-bind-result
 }}}
 in GHCi (or -fno-print-bind-result on the command line).

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/887>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to