<?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: A type for partial values</title>
	<atom:link href="http://conal.net/blog/posts/a-type-for-partial-values/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/a-type-for-partial-values</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 Elliott &#187; Blog Archive &#187; Merging partial values</title>
		<link>http://conal.net/blog/posts/a-type-for-partial-values#comment-110</link>
		<dc:creator><![CDATA[Conal Elliott &#187; Blog Archive &#187; Merging partial values]]></dc:creator>
		<pubDate>Sat, 22 Nov 2008 23:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/a-type-for-partial-values/#comment-110</guid>
		<description><![CDATA[&lt;p&gt;[...] a simple representation for partial information about values, and wrote about it in two posts, A type for partial values and Implementing a type for partial values. Of particular interest is the ability to combine two [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] a simple representation for partial information about values, and wrote about it in two posts, A type for partial values and Implementing a type for partial values. Of particular interest is the ability to combine two [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Implementing a type for partial values</title>
		<link>http://conal.net/blog/posts/a-type-for-partial-values#comment-109</link>
		<dc:creator><![CDATA[Conal Elliott &#187; Blog Archive &#187; Implementing a type for partial values]]></dc:creator>
		<pubDate>Thu, 17 Apr 2008 21:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/a-type-for-partial-values/#comment-109</guid>
		<description><![CDATA[&lt;p&gt;[...]      &#171; A type for partial values &quot;Tangible Functional Programming&quot; &#8212; icfp version [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;]      &laquo; A type for partial values &quot;Tangible Functional Programming&quot; &#8212; icfp version [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conal</title>
		<link>http://conal.net/blog/posts/a-type-for-partial-values#comment-108</link>
		<dc:creator><![CDATA[Conal]]></dc:creator>
		<pubDate>Mon, 02 Jul 2007 13:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/a-type-for-partial-values/#comment-108</guid>
		<description><![CDATA[&lt;p&gt;The second argument wins.  mappend doesn&#039;t care whether information gets lost from the first argument, so it doesn&#039;t have to check for conflicts.  That&#039;s how mappend disagrees with lub, and in this sense, perhaps my Partial is less than ideal.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>The second argument wins.  mappend doesn&#8217;t care whether information gets lost from the first argument, so it doesn&#8217;t have to check for conflicts.  That&#8217;s how mappend disagrees with lub, and in this sense, perhaps my Partial is less than ideal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: augustss</title>
		<link>http://conal.net/blog/posts/a-type-for-partial-values#comment-107</link>
		<dc:creator><![CDATA[augustss]]></dc:creator>
		<pubDate>Mon, 02 Jul 2007 08:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/a-type-for-partial-values/#comment-107</guid>
		<description><![CDATA[&lt;p&gt;What does mappend do when given two arguments with conflicting information?  What does it do when given equal information?  And how does it know that they are equal?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>What does mappend do when given two arguments with conflicting information?  What does it do when given equal information?  And how does it know that they are equal?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
