<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Am 10/31/2012 09:53 PM, schrieb Douglas
      McPherson:<br>
    </div>
    <blockquote
      cite="mid:2D8F6EDE-441E-4B9B-91DE-AF2AD2BC4770@san.rr.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html;
        charset=us-ascii">
      Hi,
      <div><br>
      </div>
      <div>I think there's a small problem with the semantic predicate
        of the range rule:</div>
      <div><br>
      </div>
      <div>
        <div>range :a :b =</div>
        <div><br>
        </div>
        <div><span class="Apple-tab-span"> </span>anything:x ?[a &lt;=
          x &amp; x &lt;= b] -&gt; [x]</div>
      </div>
      <div><br>
      </div>
      <div>A pair of parenthesis fixes the problem:</div>
      <div><br>
      </div>
      <div>
        <div>range :a :b =</div>
        <div><br>
        </div>
        <div><span class="Apple-tab-span"> </span>anything:x ?[a &lt;=
          x &amp; (x &lt;= b)] -&gt; [x]</div>
      </div>
      <div><br>
      </div>
      <div><span class="Apple-style-span">Thanks,</span></div>
      <div><span class="Apple-style-span">Doug</span></div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    Thanks, looks like I didn't notice when this was reported before.<br>
    I've fixed the package.<br>
    <br>
    Cheers,<br>
    Hans-Martin<br>
  </body>
</html>