<?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: F#: Using C# extension methods</title>
	<atom:link href="http://www.markhneedham.com/blog/2009/06/15/f-using-c-extension-methods/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markhneedham.com/blog/2009/06/15/f-using-c-extension-methods/</link>
	<description>Thoughts on Software Development</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:53:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AssertWasCalled in F# (or how I learned to stop worrying and hate extension methods) &#171; lucky number slevin(digital)</title>
		<link>http://www.markhneedham.com/blog/2009/06/15/f-using-c-extension-methods/comment-page-1/#comment-32383</link>
		<dc:creator>AssertWasCalled in F# (or how I learned to stop worrying and hate extension methods) &#171; lucky number slevin(digital)</dc:creator>
		<pubDate>Mon, 22 Feb 2010 22:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1333#comment-32383</guid>
		<description>[...] combining Mark Needham&#8217;s similar post on C# extension methods in F# and a StackOverflow question on type annotations, I managed to piece [...]</description>
		<content:encoded><![CDATA[<p>[...] combining Mark Needham's similar post on C# extension methods in F# and a StackOverflow question on type annotations, I managed to piece [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Podwysocki</title>
		<link>http://www.markhneedham.com/blog/2009/06/15/f-using-c-extension-methods/comment-page-1/#comment-18946</link>
		<dc:creator>Matthew Podwysocki</dc:creator>
		<pubDate>Sat, 20 Jun 2009 18:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.markhneedham.com/blog/?p=1333#comment-18946</guid>
		<description>Mark,

F# actually supports C# extension methods just fine, to a point.  For example, I can use LINQ without any problems such as the following:

&gt; ([1..10]).Select((*) 2).Where(flip (%) 2 &gt;&gt; (=) 0).Sum();;
val it : int = 110

The issue arises in extension methods on open generic types that it has problems with.  I hope this will be addressed shortly though.

Matt</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>F# actually supports C# extension methods just fine, to a point.  For example, I can use LINQ without any problems such as the following:</p>
<p>&gt; ([1..10]).Select((*) 2).Where(flip (%) 2 &gt;&gt; (=) 0).Sum();;<br />
val it : int = 110</p>
<p>The issue arises in extension methods on open generic types that it has problems with.  I hope this will be addressed shortly though.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
