You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The subpattern we provide in `P.set(subpattern)` should match all values in the set.
61
-
- The value subpattern we provide in `P.map(keyPattern, subpattern)` should only match the values matching `keyPattern` for the whole `P.map(..)` pattern to match the input.
60
+
- The subpattern we provide in `P.set(subpattern)` should match all values in the Set.
61
+
- The key and value subpatterns we provide in `P.map(keyPattern, subpattern)` should match all keys and values in the Map.
0 commit comments