-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: The library doesn't throw exceptions whn non
Either
values are…
… used. BREAKING CHANGE: Until now the library had some logic to throw exceptions when a non `Either` value was used. This is not the case anymore. Now, when a non `Either` value is detected from the `isLeft` or `isRight` functions (which are also used internally) a `Left` is returned.
- Loading branch information
1 parent
b889a71
commit 52c4aea
Showing
3 changed files
with
28 additions
and
41 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
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