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 8ffcaff commit 273d355Copy full SHA for 273d355
accepted/future-releases/0546-patterns/feature-specification.md
@@ -1859,9 +1859,7 @@ The context type schema for a pattern `p` is:
1859
1860
1. If `p` has type arguments then `K`, and `V` are those type arguments.
1861
1862
- 2. Else if `p` has no entries, then `K` and `V` are `_`.
1863
-
1864
- 3. Else `K` is `_` and `V` is the greatest lower bound of the context type
+ 2. Else `K` is `_` and `V` is the greatest lower bound of the context type
1865
schemas of all value subpatterns.
1866
1867
* **Record**: A record type schema with positional and named fields
0 commit comments