<?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: Differentiation of higher-order types</title>
	<atom:link href="http://conal.net/blog/posts/differentiation-of-higher-order-types/feed" rel="self" type="application/rss+xml" />
	<link>http://conal.net/blog/posts/differentiation-of-higher-order-types</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: David Feuer</title>
		<link>http://conal.net/blog/posts/differentiation-of-higher-order-types#comment-69062</link>
		<dc:creator><![CDATA[David Feuer]]></dc:creator>
		<pubDate>Wed, 05 Sep 2018 20:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=140#comment-69062</guid>
		<description><![CDATA[&lt;p&gt;There&#039;s a strange asymmetry here. You have &lt;code&gt;data Void a&lt;/code&gt; but &lt;code&gt;type Unit a = Const () a&lt;/code&gt;. I&#039;d expect to have either &lt;code&gt;data Unit a = Unit&lt;/code&gt; (as in &lt;code&gt;GHC.Generics&lt;/code&gt;) or &lt;code&gt;type Void a = Const (Data.Void.Void) a&lt;/code&gt;.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s a strange asymmetry here. You have <code>data Void a</code> but <code>type Unit a = Const () a</code>. I&#8217;d expect to have either <code>data Unit a = Unit</code> (as in <code>GHC.Generics</code>) or <code>type Void a = Const (Data.Void.Void) a</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: monoidal</title>
		<link>http://conal.net/blog/posts/differentiation-of-higher-order-types#comment-654</link>
		<dc:creator><![CDATA[monoidal]]></dc:creator>
		<pubDate>Sun, 26 Sep 2010 13:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=140#comment-654</guid>
		<description><![CDATA[&lt;p&gt;I like the analogy between value-level and type-level differentation. In Omega programming language, level polymorphism is supported, and corresponding values and types can be defined simultaneously. (The definition gives also automatically kinds, sorts etc.). Unfortunately I am unable to define value functions and type functions with one definition, so I have to give analogous definitions. http://hpaste.org/40138/level_polymorphism_in_omega&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I like the analogy between value-level and type-level differentation. In Omega programming language, level polymorphism is supported, and corresponding values and types can be defined simultaneously. (The definition gives also automatically kinds, sorts etc.). Unfortunately I am unable to define value functions and type functions with one definition, so I have to give analogous definitions. <a href="http://hpaste.org/40138/level_polymorphism_in_omega" rel="nofollow">http://hpaste.org/40138/level_polymorphism_in_omega</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: conal</title>
		<link>http://conal.net/blog/posts/differentiation-of-higher-order-types#comment-653</link>
		<dc:creator><![CDATA[conal]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 17:45:25 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=140#comment-653</guid>
		<description><![CDATA[&lt;p&gt;Thanks, Paul.  Fixed now.  Please try again.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks, Paul.  Fixed now.  Please try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Conal Elliott &#187; Blog Archive &#187; Another angle on zippers</title>
		<link>http://conal.net/blog/posts/differentiation-of-higher-order-types#comment-652</link>
		<dc:creator><![CDATA[Conal Elliott &#187; Blog Archive &#187; Another angle on zippers]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 17:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=140#comment-652</guid>
		<description><![CDATA[&lt;p&gt;[...] About      &#171; Differentiation of higher-order types [...]&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] About      &laquo; Differentiation of higher-order types [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Brauner</title>
		<link>http://conal.net/blog/posts/differentiation-of-higher-order-types#comment-651</link>
		<dc:creator><![CDATA[Paul Brauner]]></dc:creator>
		<pubDate>Thu, 29 Jul 2010 05:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://conal.net/blog/?p=140#comment-651</guid>
		<description><![CDATA[&lt;p&gt;Hi, nice post!
I&#039;ve tried to compile the last version of functor-combo (0.0.3) but one file seems to be missing:&lt;/p&gt;

&lt;p&gt;
  cabal: can&#039;t find source for FunctorCombo/StrictMemo in src&lt;/pre&gt;
&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Hi, nice post!
I&#8217;ve tried to compile the last version of functor-combo (0.0.3) but one file seems to be missing:</p>

<p>
  cabal: can&#8217;t find source for FunctorCombo/StrictMemo in src
</p>
]]></content:encoded>
	</item>
</channel>
</rss>
