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 a49fe15 commit 3e6ec10Copy full SHA for 3e6ec10
docs/docs/internals/syntax.md
@@ -161,7 +161,7 @@ SimpleType ::= SimpleLiteral
161
SimpleType1 ::= id Ident(name)
162
| Singleton ‘.’ id Select(t, name)
163
| Singleton ‘.’ ‘type’ SingletonTypeTree(p)
164
- | ‘(’ Types ‘)’ Tuple(ts)
+ | ‘(’ Types ‘)’ Tuple(ts)
165
| Refinement RefinedTypeTree(EmptyTree, refinement)
166
| ‘$’ ‘{’ Block ‘}’
167
| SimpleType1 TypeArgs AppliedTypeTree(t, args)
0 commit comments