<?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: Reactive values from the future</title>
	<atom:link href="http://conal.net/blog/posts/reactive-values-from-the-future/feed/" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/reactive-values-from-the-future/</link>
	<description>Inspirations &#38; experiments, mainly about denotational programming in Haskell</description>
	<lastBuildDate>Tue, 09 Mar 2010 23:08:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Another angle on functional future values</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future/comment-page-1/#comment-13720</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Another angle on functional future values</dc:creator>
		<pubDate>Mon, 05 Jan 2009 04:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/reactive-values-from-the-future/#comment-13720</guid>
		<description>&lt;p&gt;[...] choice as a way to implement Reactive, a library for functional reactive programming (FRP). (See Reactive values from the future and Simply efficient functional reactivity.) Over the last few days, I&#8217;ve given some thought [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] choice as a way to implement Reactive, a library for functional reactive programming (FRP). (See Reactive values from the future and Simply efficient functional reactivity.) Over the last few days, I&#8217;ve given some thought [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Simplifying semantics with type class morphisms</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future/comment-page-1/#comment-12218</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Simplifying semantics with type class morphisms</dc:creator>
		<pubDate>Tue, 02 Dec 2008 18:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/reactive-values-from-the-future/#comment-12218</guid>
		<description>&lt;p&gt;[...] Reactive values, time functions, and future values are also morphisms on Functor, Applicative, and Monad. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Reactive values, time functions, and future values are also morphisms on Functor, Applicative, and Monad. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Pairs, sums, and reactivity</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future/comment-page-1/#comment-73</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Pairs, sums, and reactivity</dc:creator>
		<pubDate>Mon, 18 Feb 2008 05:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/reactive-values-from-the-future/#comment-73</guid>
		<description>&lt;p&gt;[...] (or &#8220;reactive values&#8220;) and events are inter-related. In particular, we can make a behavior from an initial value [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] (or &#8220;reactive values&#8220;) and events are inter-related. In particular, we can make a behavior from an initial value [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Applicative bots</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future/comment-page-1/#comment-69</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Applicative bots</dc:creator>
		<pubDate>Fri, 15 Feb 2008 17:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/reactive-values-from-the-future/#comment-69</guid>
		<description>&lt;p&gt;[...] and following) have boilerplate Applicative instances, and (b) the leading type corresponds to varying (reactive) values. Today I realized that those boilerplate instances are not very useful, and that they do not [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] and following) have boilerplate Applicative instances, and (b) the leading type corresponds to varying (reactive) values. Today I realized that those boilerplate instances are not very useful, and that they do not [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Functional reactive partner dancing</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future/comment-page-1/#comment-61</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Functional reactive partner dancing</dc:creator>
		<pubDate>Tue, 12 Feb 2008 06:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/reactive-values-from-the-future/#comment-61</guid>
		<description>&lt;p&gt;[...] One of the puzzles I&#8217;ve had about arrow-based reactivity is how to distinguish between events and reactive values. The lead/follow dance provides an answer. Here are the definitions, from Reactive values from the future. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] One of the puzzles I&#8217;ve had about arrow-based reactivity is how to distinguish between events and reactive values. The lead/follow dance provides an answer. Here are the definitions, from Reactive values from the future. [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Invasion of the composable Mutant-Bots</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future/comment-page-1/#comment-35</link>
		<dc:creator>Conal Elliott &#187; Blog Archive &#187; Invasion of the composable Mutant-Bots</dc:creator>
		<pubDate>Wed, 06 Feb 2008 06:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/reactive-values-from-the-future/#comment-35</guid>
		<description>&lt;p&gt;[...] a few recent posts, I&#8217;ve been writing about new basis for functional reactive programming (FRP), [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] a few recent posts, I&#8217;ve been writing about new basis for functional reactive programming (FRP), [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pages tagged "elegant"</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future/comment-page-1/#comment-15</link>
		<dc:creator>Pages tagged "elegant"</dc:creator>
		<pubDate>Sat, 26 Jan 2008 04:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/posts/reactive-values-from-the-future/#comment-15</guid>
		<description>&lt;p&gt;[...] bookmarks tagged elegant   Conal Elliott: Reactive values from the future&#160;saved by 4 others  &#160;&#160;&#160;&#160;rawanselkhi12 bookmarked on 01/25/08 &#124; [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] bookmarks tagged elegant   Conal Elliott: Reactive values from the future&nbsp;saved by 4 others  &nbsp;&nbsp;&nbsp;&nbsp;rawanselkhi12 bookmarked on 01/25/08 | [...]</p>]]></content:encoded>
	</item>
</channel>
</rss>
