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
kevin-lee
changed the title
[extras-cats] Add all new extension methods to AllSyntax
[extras-cats] Add tests for all new extension methods in AllSyntax inherited from OptionSyntax and EitherSyntaxMar 12, 2023
Task
Summary
[
extras-cats
] Add tests for all new extension methods inAllSyntax
inherited fromOptionSyntax
andEitherSyntax
Project Details
Version:
0.35.0
Description
New extension methods for both
F[Option[A]]
andF[Either[A, B]]
are available with one import like this.or
However, tests for these are yet to be added.
The text was updated successfully, but these errors were encountered: