Commit 62fd90ab authored by Robert Griesemer's avatar Robert Griesemer

use FunctionType in FunctionLit production

R=r
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=26738
CL=26753
parent ba620d50
......@@ -1991,7 +1991,7 @@ It consists of a specification of the function type and a function body.
</p>
<pre class="grammar">
FunctionLit = "func" Signature Block .
FunctionLit = FunctionType Block .
Block = "{" StatementList "}" .
</pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment