<?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 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; Another angle on functional future values</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future#comment-34</link>
		<dc:creator><![CDATA[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-34</guid>
		<description><![CDATA[&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>[&#8230;] 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 [&#8230;]</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-33</link>
		<dc:creator><![CDATA[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-33</guid>
		<description><![CDATA[&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>[&#8230;] Reactive values, time functions, and future values are also morphisms on Functor, Applicative, and Monad. [&#8230;]</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-32</link>
		<dc:creator><![CDATA[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-32</guid>
		<description><![CDATA[&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>[&#8230;] (or &#8220;reactive values&#8220;) and events are inter-related. In particular, we can make a behavior from an initial value [&#8230;]</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-31</link>
		<dc:creator><![CDATA[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-31</guid>
		<description><![CDATA[&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>[&#8230;] 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 [&#8230;]</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-30</link>
		<dc:creator><![CDATA[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-30</guid>
		<description><![CDATA[&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>[&#8230;] 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. [&#8230;]</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-29</link>
		<dc:creator><![CDATA[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-29</guid>
		<description><![CDATA[&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>[&#8230;] a few recent posts, I&#8217;ve been writing about new basis for functional reactive programming (FRP), [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pages tagged "elegant"</title>
		<link>http://conal.net/blog/posts/reactive-values-from-the-future#comment-28</link>
		<dc:creator><![CDATA[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-28</guid>
		<description><![CDATA[&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>[&#8230;] 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 | [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
