<?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>Detailed Release Notes for F# 1.9.4</title><link>http://blogs.msdn.com/b/dsyme/archive/2008/05/02/full-release-notes-for-f-1-9-4.aspx</link><description>These are the full release notes for F# 1.9.4. The download link is on the main announcement page . We'll also use this page to note known issues with the release as we find them. 
 
 Summary 
 
 Language 
 
 Symmetric Operator Overloading 
 Additional</description><dc:language>en-GB</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Detailed Release Notes for F# 1.9.4</title><link>http://blogs.msdn.com/b/dsyme/archive/2008/05/02/full-release-notes-for-f-1-9-4.aspx#9906435</link><pubDate>Tue, 13 Oct 2009 04:51:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9906435</guid><dc:creator>Nasser Ossareh</dc:creator><description>&lt;p&gt;using the console enter the following code:&lt;/p&gt;
&lt;p&gt;&amp;gt; let rec fact n = if n=0 then 1 else n * fact n-1;;&lt;/p&gt;
&lt;p&gt;(do not sandwich n-1 in side the parans).&lt;/p&gt;
&lt;p&gt;if you hit the enter key you will get a confirmation like so:&lt;/p&gt;
&lt;p&gt;val fact : int -&amp;gt; int&lt;/p&gt;
&lt;p&gt;now try something like:&lt;/p&gt;
&lt;p&gt;&amp;gt; fact 6;;&lt;/p&gt;
&lt;p&gt;it bams out with a stack overflow exception.&lt;/p&gt;
&lt;p&gt;it looks like n * fact n-1 is interperted as (n * fact n)-1. hence the stack over flow. &lt;/p&gt;
&lt;p&gt;for consistency the parans following the function name must be made mandatory. so fact n should not be allowed.&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Nasser&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9906435" width="1" height="1"&gt;</description></item><item><title>F# 1.9.4 now Available</title><link>http://blogs.msdn.com/b/dsyme/archive/2008/05/02/full-release-notes-for-f-1-9-4.aspx#8459806</link><pubDate>Mon, 05 May 2008 09:31:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8459806</guid><dc:creator>hakimrie</dc:creator><description>&lt;p&gt;mau ikutan numpang nampang di disain baru geeks ah.. hi..hi..hi kali ini sambil ikutan kasih kabar bagi&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8459806" width="1" height="1"&gt;</description></item><item><title>Nouvelle version de F# (1.9.4.15)</title><link>http://blogs.msdn.com/b/dsyme/archive/2008/05/02/full-release-notes-for-f-1-9-4.aspx#8458599</link><pubDate>Sun, 04 May 2008 21:45:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8458599</guid><dc:creator>Pierrick's Blog</dc:creator><description>&lt;p&gt;Une nouvelle version de F# est disponible sur le site de Microsoft Research . Pour les d&amp;#233;tails de cette&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8458599" width="1" height="1"&gt;</description></item><item><title>F# 1.9.4 Now Available: Making F# Simpler and More Consistent</title><link>http://blogs.msdn.com/b/dsyme/archive/2008/05/02/full-release-notes-for-f-1-9-4.aspx#8452481</link><pubDate>Sat, 03 May 2008 02:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8452481</guid><dc:creator>Don Syme's WebLog on F# and Other Research Projects</dc:creator><description>&lt;p&gt;We're very glad to announce the release of F# 1.9.4 , the Spring Refresh of F#, uploaded to the Microsoft&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8452481" width="1" height="1"&gt;</description></item></channel></rss>