We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e905a commit 3409c47Copy full SHA for 3409c47
docs/docs/reference/syntax.md
@@ -265,7 +265,7 @@ ForExpr ::= ‘for’ (‘(’ Enumerators ‘)’ | ‘{’ Enumerat
265
Enumerators ::= Generator {semi Enumerator | Guard}
266
Enumerator ::= Generator
267
| Guard {Guard}
268
- | Pattern1 ‘=’ Expr GenAlias(pat, expr)
+ | Pattern1 ‘=’ Expr
269
Generator ::= [‘case’] Pattern1 ‘<-’ Expr GenFrom(pat, expr)
270
Guard ::= ‘if’ PostfixExpr
271
0 commit comments