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 0f2f635 commit ca69d58Copy full SHA for ca69d58
content/clause-interleaving.md
@@ -106,8 +106,8 @@ We amend the syntax of def parameter clauses as follows:
106
~~~
107
DefDcl ::= DefSig ‘:’ Type
108
DefDef ::= DefSig [‘:’ Type] ‘=’ Expr
109
-DefSig ::= id [DefParamClauses] [DefImplicitClause] -- and two DefTypeParamClause cannot be adjacent
110
-DefParamClauses ::= DefParamClause { DefParamClause }
+DefSig ::= id [DefParamClauses] [DefImplicitClause]
+DefParamClauses ::= DefParamClause { DefParamClause } -- and two DefTypeParamClause cannot be adjacent
111
DefParamClause ::= DefTypeParamClause
112
| DefTermParamClause
113
| UsingParamClause
0 commit comments