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 099db02 commit 3938701Copy full SHA for 3938701
accepted/future-releases/0546-patterns/exhaustiveness.md
@@ -565,12 +565,10 @@ The lifted space union for a pattern with matched value type `M` is:
565
566
* **Map pattern:**
567
568
- 1. A space whose type is the type of the pattern and with an arity
569
- restriction whose length is the number of non-rest elements and whose
570
- `hasRest` is `true` if there is a rest element. The space's properties
+ 1. A space whose type is the type of the pattern. The space's properties
571
are:
572
573
- 2. For each non-rest entry in the pattern:
+ 2. For each entry in the pattern:
574
575
1. A property with element key `k` where `k` is the entry's key
576
constant whose subspace is the lifted space union of the
0 commit comments