-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(match): else handler gets records minus those data-matched
Previously the `.else` handler in this case would statically receive `A|B|C`. Now it correctly only receives `B|C`. ```ts Alge.match(dataABC) .A(...) .else((data) => ...) ```
- Loading branch information
1 parent
c5e19dc
commit 734e6a6
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters