<?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: Composable parallel scanning</title>
	<atom:link href="http://conal.net/blog/posts/composable-parallel-scanning/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/composable-parallel-scanning</link>
	<description>Inspirations &#38; experiments, mainly about denotative/functional programming in Haskell</description>
	<lastBuildDate>Sat, 26 Sep 2020 21:06:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.17</generator>
	<item>
		<title>By: conal</title>
		<link>http://conal.net/blog/posts/composable-parallel-scanning#comment-832</link>
		<dc:creator><![CDATA[conal]]></dc:creator>
		<pubDate>Sat, 28 May 2011 00:39:27 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=411#comment-832</guid>
		<description><![CDATA[&lt;p&gt;Twan: Yes. I was thinking of using &lt;code&gt;mapAccumL&lt;/code&gt; and &lt;code&gt;mapAccumR&lt;/code&gt; to define &lt;code&gt;prefixScan&lt;/code&gt; and &lt;code&gt;suffixScan&lt;/code&gt; as &lt;em&gt;specifications&lt;/em&gt;. I wouldn&#039;t want the resulting &lt;em&gt;implementations&lt;/em&gt;, since they&#039;re sequential, not parallel.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Twan: Yes. I was thinking of using <code>mapAccumL</code> and <code>mapAccumR</code> to define <code>prefixScan</code> and <code>suffixScan</code> as <em>specifications</em>. I wouldn&#8217;t want the resulting <em>implementations</em>, since they&#8217;re sequential, not parallel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twan van Laarhoven</title>
		<link>http://conal.net/blog/posts/composable-parallel-scanning#comment-831</link>
		<dc:creator><![CDATA[Twan van Laarhoven]]></dc:creator>
		<pubDate>Fri, 27 May 2011 07:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=411#comment-831</guid>
		<description><![CDATA[&lt;p&gt;You could implement prefixScan and suffixScan using mapAccumL and mapAccumR from Data.Traversable. Since Ghc can also derive Traversable, this way you need no extra manually written code for each data type.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>You could implement prefixScan and suffixScan using mapAccumL and mapAccumR from Data.Traversable. Since Ghc can also derive Traversable, this way you need no extra manually written code for each data type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Parallel tree scanning by composition</title>
		<link>http://conal.net/blog/posts/composable-parallel-scanning#comment-830</link>
		<dc:creator><![CDATA[Conal Elliott &#187; Blog Archive &#187; Parallel tree scanning by composition]]></dc:creator>
		<pubDate>Tue, 24 May 2011 20:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=411#comment-830</guid>
		<description><![CDATA[&lt;p&gt;[...] About      &#171; Composable parallel scanning [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] About      &laquo; Composable parallel scanning [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conal</title>
		<link>http://conal.net/blog/posts/composable-parallel-scanning#comment-829</link>
		<dc:creator><![CDATA[conal]]></dc:creator>
		<pubDate>Sat, 05 Mar 2011 19:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=411#comment-829</guid>
		<description><![CDATA[&lt;p&gt;Thanks, Jade. I&#039;ve eliminated that final sentence fragment.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks, Jade. I&#8217;ve eliminated that final sentence fragment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jade NB</title>
		<link>http://conal.net/blog/posts/composable-parallel-scanning#comment-828</link>
		<dc:creator><![CDATA[Jade NB]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 22:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=411#comment-828</guid>
		<description><![CDATA[&lt;p&gt;Your post seems to end mid-sentence (unless it is just very dry humour!).&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Your post seems to end mid-sentence (unless it is just very dry humour!).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
