id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
887	GHCi prints results of IO actions	guest		"Apparently, ghci has changed its behaviour from 6.4 to print the result of IO actions, even if assinged to a variable.  I often do something like


{{{
ghci> x <- myParser ""largeFile""
}}}


in order to do various tests on x.  Having the contents of x dumped to the monitor is annoying,
and defeats laziness testing completely.

-ketil"	bug	closed	normal		GHCi	6.5	fixed			Linux	x86		Unknown				
