Replies: 4 comments
-
Hi Egor, thank you for your suggestion. Vavr aligns to the Scala standard library, therefore IOr would be a better fit for an extension library (on your side) on top of Vavr. Just out of curiosity - is your IOr the bitwise Boolean inclusive-OR or the IO reader monad? Nevertheless, it would be an extension to Vavr. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hi Daniel, |
Beta Was this translation helpful? Give feedback.
-
Hi, thanks for the clarification! |
Beta Was this translation helpful? Give feedback.
-
Sounds good! |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have been using Vavr extensively in my projects and had a need for an IOr value type. I understand that there is no such value type in Vavr and was wondering if Vavr needs it. In my opinion, it would be a nice addition for Vavr.
I have already implemented it and would love to contribute it to the project. Let me know if you are interested in it and I'll create a PR.
Beta Was this translation helpful? Give feedback.
All reactions