Hi all,<br>I am trying out the awesome Vacuum Cairo package on GHC 6.10.3 but I am getting some interesting errors. The following works in GHCI:<br><span style="font-family: courier new,monospace;">&gt; view [1 .. 3]</span><br>
<br>But the following does not work in GHCI:<br><span style="font-family: courier new,monospace;">&gt; let x = [1 .. 3]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&gt; view x</span><br style="font-family: courier new,monospace;">
<br>or,<br><br><span style="font-family: courier new,monospace;">&gt; x &lt;- return [1 .. 3]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">&gt; view x</span><br><br>
For the last two I get:<br><span style="font-family: courier new,monospace;">context:     &quot;(:)|0&quot; -&gt; &gt;&gt;&gt;  {&quot;1|1&quot;, &lt;&lt;&lt; &quot;(:)|2&quot;}</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">ghc: ../../src/xcb_lock.c:77: _XGetXCBBuffer: Assertion `((int) ((xcb_req) - (dpy-&gt;request)) &gt;= 0)&#39; failed.</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">Aborted</span><br><br>and GHCI quits.<br><br>Any ideas?<br>thanks ...<br>deech<br><br>