<!-- 
RSS generated by JIRA (4.4#649-r158309) at Wed May 22 07:50:30 CDT 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://dev.clojure.org/jira/si/jira.issueviews:issue-xml/LOGIC-89/LOGIC-89.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Clojure JIRA</title>
    <link>http://dev.clojure.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>4.4</version>
        <build-number>649</build-number>
        <build-date>25-07-2011</build-date>
    </build-info>

<item>
            <title>[LOGIC-89] Allow application again in pattern matches</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-89</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;Perhaps we can support simple function application in the following manner.&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;(defne substo [e &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; a out]
  ([&apos;(&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; ~a) _ _ &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt;])
  ([&apos;(&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; ~y) _ _ &apos;(&lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; ~y)] (nom/hash a y))
  ([&apos;(app ~rator ~rand) _ _ &apos;(app ~rator-res ~rand-res)]
     (substo rator &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; a rator-res)
     (substo rand &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; a rand-res))
  ([&apos;(lam ~(nom/tie c body)) _ _ &apos;(lam ~(nom/tie c body-res))]
     (nom/hash c a) (nom/hash c &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt;)
     (substo body &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; a body-res)))&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;If we have a seq in an unquote then we know we have an application. All function symbols are left alone, all arguments are considered to be fresh vars or locals.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15934">LOGIC-89</key>
            <summary>Allow application again in pattern matches</summary>
                <type id="4" iconUrl="http://dev.clojure.org/jira/images/icons/improvement.gif">Enhancement</type>
                                <priority id="3" iconUrl="http://dev.clojure.org/jira/images/icons/priority_major.gif">Major</priority>
                    <status id="1" iconUrl="http://dev.clojure.org/jira/images/icons/status_open.gif">Open</status>
                    <resolution id="-1">Unresolved</resolution>
                                <assignee username="dnolen">David Nolen</assignee>
                                <reporter username="dnolen">David Nolen</reporter>
                        <labels>
                        <label>0.8.0</label>
                    </labels>
                <created>Tue, 1 Jan 2013 12:30:19 -0600</created>
                <updated>Mon, 7 Jan 2013 11:24:04 -0600</updated>
                                                                            <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                                <attachments>
                </attachments>
            <subtasks>
        </subtasks>
                <customfields>
                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-global-rank">
                <customfieldname>Global Rank</customfieldname>
                <customfieldvalues>
                    
                </customfieldvalues>
            </customfield>
                                                                                                            </customfields>
    </item>
</channel>
</rss>