<!-- 
RSS generated by JIRA (4.4#649-r158309) at Mon May 20 03:52:25 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-45/LOGIC-45.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-45] add everyo (?) when we want to apply a goal to every element of a sequence.</title>
                <link>http://dev.clojure.org/jira/browse/LOGIC-45</link>
                <project id="10020" key="LOGIC">core.logic</project>
                        <description>&lt;p&gt;It&apos;s a common pattern to do the following&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;(defn everyo [g xs]
  (&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt; (seq xs)
    (all
      (g (first xs))
      (everyo g (next xs)))
    succeed))&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;We should add this to the standard library.&lt;/p&gt;</description>
                <environment></environment>
            <key id="15607">LOGIC-45</key>
            <summary>add everyo (?) when we want to apply a goal to every element of a sequence.</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="5" iconUrl="http://dev.clojure.org/jira/images/icons/status_resolved.gif">Resolved</status>
                    <resolution id="1">Completed</resolution>
                                <assignee username="dnolen">David Nolen</assignee>
                                <reporter username="dnolen">David Nolen</reporter>
                        <labels>
                    </labels>
                <created>Tue, 31 Jul 2012 09:34:15 -0500</created>
                <updated>Sat, 15 Dec 2012 19:21:32 -0600</updated>
                    <resolved>Sat, 15 Dec 2012 19:21:32 -0600</resolved>
                                                                    <due></due>
                    <votes>0</votes>
                        <watches>0</watches>
                        <comments>
                    <comment id="30236" author="dnolen" created="Sat, 15 Dec 2012 19:21:32 -0600"  >&lt;p&gt;We have everyg now - the naming and behavior should probably go through some more consideration.&lt;/p&gt;</comment>
                </comments>
                    <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>