<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FileManip, an expressive Haskell library for manipulating files</title>
	<atom:link href="http://www.serpentine.com/blog/2007/05/01/filemanip-an-expressive-haskell-library-for-manipulating-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serpentine.com/blog/2007/05/01/filemanip-an-expressive-haskell-library-for-manipulating-files/</link>
	<description>Bryan O&#039;Sullivan&#039;s blog</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:41:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Linus</title>
		<link>http://www.serpentine.com/blog/2007/05/01/filemanip-an-expressive-haskell-library-for-manipulating-files/comment-page-1/#comment-293898</link>
		<dc:creator>Linus</dc:creator>
		<pubDate>Tue, 05 Apr 2011 23:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.serpentine.com/blog/2007/05/01/filemanip-an-expressive-haskell-library-for-manipulating-files/#comment-293898</guid>
		<description>I wrote a basic function, like this:

listFiles :: FilePath -&gt; IO [FilePath]
listFiles fpath = find always (fileType ==? RegularFile &amp;&amp;? extension ~~? &quot;*.(JPEG&#124;MOV)&quot;) fpath

and it hangs forever at 100% CPU usage...

I know I&#039;m doing something wrong here --- please help.</description>
		<content:encoded><![CDATA[<p>I wrote a basic function, like this:</p>
<p>listFiles :: FilePath -&gt; IO [FilePath]<br />
listFiles fpath = find always (fileType ==? RegularFile &amp;&amp;? extension ~~? &#8220;*.(JPEG|MOV)&#8221;) fpath</p>
<p>and it hangs forever at 100% CPU usage&#8230;</p>
<p>I know I&#8217;m doing something wrong here &#8212; please help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

