<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Adventures in F#--Poking Tuples with a Stick</title><link>http://blogs.msdn.com/jomo_fisher/archive/2007/09/16/adventures-in-f-tuples.aspx</link><description>Jomo Fisher--In a comment on my bloglet about type inference in F# John Harrop suggested I try: let f (a,b)=(b,a) Which, under Reflector, gives this equivalent in C#: public static Tuple&amp;lt;U, T&amp;gt; f&amp;lt;T, U&amp;gt;(T a, U b) { return new Tuple&amp;lt;U, T&amp;gt;(b,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>MSDN Blog Postings  &amp;raquo; Adventures in F#--Poking Tuples with a Stick</title><link>http://blogs.msdn.com/jomo_fisher/archive/2007/09/16/adventures-in-f-tuples.aspx#4945250</link><pubDate>Sun, 16 Sep 2007 23:28:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4945250</guid><dc:creator>MSDN Blog Postings  » Adventures in F#--Poking Tuples with a Stick</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2007/09/16/adventures-in-f-poking-tuples-with-a-stick/"&gt;http://msdnrss.thecoderblogs.com/2007/09/16/adventures-in-f-poking-tuples-with-a-stick/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Adventures in F#--Discriminated Unions</title><link>http://blogs.msdn.com/jomo_fisher/archive/2007/09/16/adventures-in-f-tuples.aspx#4962661</link><pubDate>Tue, 18 Sep 2007 00:19:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4962661</guid><dc:creator>Jomo Fisher -- C#, LINQ and Whatnot</dc:creator><description>&lt;p&gt;Jomo Fisher-- Easily my favorite feature of F# so far is the combination of discriminated union and pattern&lt;/p&gt;
</description></item><item><title>re: Adventures in F#--Poking Tuples with a Stick</title><link>http://blogs.msdn.com/jomo_fisher/archive/2007/09/16/adventures-in-f-tuples.aspx#4962931</link><pubDate>Tue, 18 Sep 2007 00:47:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4962931</guid><dc:creator>MichaelGiagnocavo</dc:creator><description>&lt;p&gt;Another fantastic feature that I wish C# natively supported... good bye out params...&lt;/p&gt;</description></item></channel></rss>