We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aea86b + 8053f21 commit 2aefe84Copy full SHA for 2aefe84
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