We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d142ff commit b1670dcCopy full SHA for b1670dc
docs/_docs/reference/contextual/givens.md
@@ -181,7 +181,7 @@ GivenDef ::= [GivenSig] StructuralInstance
181
| [GivenSig] AnnotType ‘=’ Expr
182
| [GivenSig] AnnotType
183
GivenSig ::= [id] [DefTypeParamClause] {UsingParamClause} ‘:’
184
-StructuralInstance ::= ConstrApp {‘with’ ConstrApp} ‘with’ TemplateBody
+StructuralInstance ::= ConstrApp {‘with’ ConstrApp} [‘with’ TemplateBody]
185
```
186
187
A given instance starts with the reserved word `given` and an optional _signature_. The signature
0 commit comments