[Gd-chatter] r11656 - trunk/www/books/drm
cpage at gwydiondylan.org
cpage at gwydiondylan.org
Sat Jan 26 23:22:45 CET 2008
Author: cpage
Date: Sat Jan 26 23:22:44 2008
New Revision: 11656
Modified:
trunk/www/books/drm/Functional_Operations.html
Log:
Job: website
Corrected misspelling of "rightmost" in the description of rcurry. Interestingly, this typo does not appear in the printed DRM.
Modified: trunk/www/books/drm/Functional_Operations.html
==============================================================================
--- trunk/www/books/drm/Functional_Operations.html (original)
+++ trunk/www/books/drm/Functional_Operations.html Sat Jan 26 23:22:44 2008
@@ -416,7 +416,7 @@
<p>Returns a function that applies <var>function</var> to <var>curried-args</var> plus its
own arguments, with the <var>curried-args</var> occurring last.</p>
<p><code>rcurry</code> ("right" curry) operates just like <code>curry</code>, except it
- allows the rightmlost arguments of <var>function </var>to be specified in advance,
+ allows the rightmost arguments of <var>function </var>to be specified in advance,
rather than the leftmost arguments. For example, <code>rcurry (\>, 6)</code> is a
predicate that returns true for values greater than 6.</p>
<pre class="code">
More information about the chatter
mailing list