[pure-lang-svn] SF.net SVN: pure-lang:[738] pure/trunk/lib/prelude.pure
Status: Beta
Brought to you by:
agraef
|
From: <ag...@us...> - 2008-09-07 06:55:19
|
Revision: 738
http://pure-lang.svn.sourceforge.net/pure-lang/?rev=738&view=rev
Author: agraef
Date: 2008-09-07 06:55:28 +0000 (Sun, 07 Sep 2008)
Log Message:
-----------
Cosmetic changes.
Modified Paths:
--------------
pure/trunk/lib/prelude.pure
Modified: pure/trunk/lib/prelude.pure
===================================================================
--- pure/trunk/lib/prelude.pure 2008-09-07 06:55:01 UTC (rev 737)
+++ pure/trunk/lib/prelude.pure 2008-09-07 06:55:28 UTC (rev 738)
@@ -91,7 +91,7 @@
/* The (normal order) fixed point combinator. */
-fix f = y y when y = \x -> f (x x&) end;
+fix f = y y with y x = f (x x&) end;
/* Some convenient optimization rules which eliminate saturated calls of the
function composition combinators. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|