Skip to content

Commit ca69d58

Browse files
julienrfSporarum
andauthored
Update content/clause-interleaving.md
Co-authored-by: Quentin Bernet <[email protected]>
1 parent 0f2f635 commit ca69d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/clause-interleaving.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ We amend the syntax of def parameter clauses as follows:
106106
~~~
107107
DefDcl ::= DefSig ‘:’ Type
108108
DefDef ::= DefSig [‘:’ Type] ‘=’ Expr
109-
DefSig ::= id [DefParamClauses] [DefImplicitClause] -- and two DefTypeParamClause cannot be adjacent
110-
DefParamClauses ::= DefParamClause { DefParamClause }
109+
DefSig ::= id [DefParamClauses] [DefImplicitClause]
110+
DefParamClauses ::= DefParamClause { DefParamClause } -- and two DefTypeParamClause cannot be adjacent
111111
DefParamClause ::= DefTypeParamClause
112112
| DefTermParamClause
113113
| UsingParamClause

0 commit comments

Comments
 (0)