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

 We changed it because a lot of the time it's very convenenient to see the
 result of an action.  But you have a good point.

 (As an unsatisfactory workaround, you could wrap x an un-Showable
 constructor, or in a function; but that changes its type.)

 What do others think?  Return to old behaviour?  Have another settable
 option?  Or what?

 Simon

-- 
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