<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://www.haskell.org/wikistatic/skins//common/feed.css?116"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Seq - Revision history</title>
		<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.12.0</generator>
		<lastBuildDate>Mon, 20 May 2013 22:39:30 GMT</lastBuildDate>
		<item>
			<title>Benmachine at 03:09, 27 December 2012</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=55175&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
</description>
			<pubDate>Thu, 27 Dec 2012 03:09:17 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Benmachine: unnecessary whitespace</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=55174&amp;oldid=prev</link>
			<description>&lt;p&gt;unnecessary whitespace&lt;/p&gt;
</description>
			<pubDate>Thu, 27 Dec 2012 02:54:19 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Henk-Jan van Tuyl: Added section &quot;See also&quot;</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=54285&amp;oldid=prev</link>
			<description>&lt;p&gt;Added section &amp;quot;See also&amp;quot;&lt;/p&gt;
</description>
			<pubDate>Thu, 11 Oct 2012 13:22:17 GMT</pubDate>			<dc:creator>Henk-Jan van Tuyl</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Benmachine: /* Controversy! */</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=51699&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Controversy!&lt;/span&gt;&lt;/p&gt;
</description>
			<pubDate>Tue, 04 Sep 2012 23:55:43 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Henk-Jan van Tuyl: Added Category:Glossary</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=45648&amp;oldid=prev</link>
			<description>&lt;p&gt;Added Category:Glossary&lt;/p&gt;
</description>
			<pubDate>Mon, 14 May 2012 21:41:01 GMT</pubDate>			<dc:creator>Henk-Jan van Tuyl</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Benmachine at 21:41, 4 May 2012</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=45577&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 04 May 2012 21:41:14 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Benmachine at 21:29, 4 May 2012</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=45575&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 04 May 2012 21:29:25 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Benmachine at 21:28, 4 May 2012</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=45574&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 04 May 2012 21:28:33 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Benmachine at 21:28, 4 May 2012</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=45573&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
</description>
			<pubDate>Fri, 04 May 2012 21:28:20 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
		<item>
			<title>Benmachine: New page:  The &lt;tt&gt;seq&lt;/tt&gt; function is the most basic method of introducing strictness to a Haskll program. &lt;tt&gt;seq :: a -&gt; b -&gt; b&lt;/tt&gt; takes two arguments of any type, and returns the second. Howe...</title>
			<link>http://www.haskell.org/haskellwiki/index.php?title=Seq&amp;diff=45572&amp;oldid=prev</link>
			<description>&lt;p&gt;New page:  The &amp;lt;tt&amp;gt;seq&amp;lt;/tt&amp;gt; function is the most basic method of introducing strictness to a Haskll program. &amp;lt;tt&amp;gt;seq :: a -&amp;gt; b -&amp;gt; b&amp;lt;/tt&amp;gt; takes two arguments of any type, and returns the second. Howe...&lt;/p&gt;
</description>
			<pubDate>Fri, 04 May 2012 21:12:00 GMT</pubDate>			<dc:creator>Benmachine</dc:creator>			<comments>http://www.haskell.org/haskellwiki/Talk:Seq</comments>		</item>
	</channel>
</rss>