One day, I _really_ should learn all GHCI commands...<br><br>Thanks, Felipe ^^<br><br><div class="gmail_quote">2012/1/25 Felipe Almeida Lessa <span dir="ltr">&lt;<a href="mailto:felipe.lessa@gmail.com">felipe.lessa@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, Jan 25, 2012 at 7:38 PM, Yves Parès &lt;<a href="mailto:yves.pares@gmail.com">yves.pares@gmail.com</a>&gt; wrote:<br>


&gt; But I haven&#39;t found a way to tell GHCI to fully evaluate &#39;x&#39; but _not_ print<br>
&gt; its value.<br>
<br>
</div>Use the :force, Yves!<br>
<div class="im"><br>
&gt; let {a = htrace &quot;a&quot; 12; b = htrace &quot;b&quot; 29; c = htrace &quot;c&quot; 10; d = htrace &quot;d&quot; 90; x = htrace &quot;,&quot; (htrace &quot;+&quot; (a+b), htrace &quot;*&quot; (c*d)) }<br>
</div>&gt; :force x<br>
<div class="im">,<br>
+<br>
  a<br>
  b<br>
*<br>
  c<br>
  d<br>
</div>x = (41,900)<br>
<br>
Cheers! =)<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Felipe.<br>
</font></span></blockquote></div><br>