[pure-lang-svn] SF.net SVN: pure-lang:[550] pure/trunk/pure.1.in
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-08-20 14:12:01
|
Revision: 550 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=550&view=rev Author: agraef Date: 2008-08-20 14:12:10 +0000 (Wed, 20 Aug 2008) Log Message: ----------- Fix typo. Modified Paths: -------------- pure/trunk/pure.1.in Modified: pure/trunk/pure.1.in =================================================================== --- pure/trunk/pure.1.in 2008-08-20 09:07:48 UTC (rev 549) +++ pure/trunk/pure.1.in 2008-08-20 14:12:10 UTC (rev 550) @@ -725,7 +725,7 @@ (in addition to the variables bound by .I pattern itself). This is convenient if the value matched by the subpattern is to be -used on the right-hand side of an equation. Syntactically, `as'' patterns are +used on the right-hand side of an equation. Syntactically, ``as'' patterns are primary expressions; if the subpattern is not a primary expression, it must be parenthesized. For instance, the following function duplicates the head element of a list: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |