One day, I _really_ should learn all GHCI commands...
Thanks, Felipe ^^
On Wed, Jan 25, 2012 at 7:38 PM, Yves Parès <yves.pares@gmail.com> wrote:Use the :force, Yves!
> But I haven't found a way to tell GHCI to fully evaluate 'x' but _not_ print
> its value.
> :force x
> let {a = htrace "a" 12; b = htrace "b" 29; c = htrace "c" 10; d = htrace "d" 90; x = htrace "," (htrace "+" (a+b), htrace "*" (c*d)) }
,x = (41,900)
+
a
b
*
c
d
Cheers! =)
--
Felipe.