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 either, nullable and option computation block APIs have all been covered in the learning docs. But if you are gradually integrating Arrow's APIs into your project, chances are you are using the Result API from Kotin's standard lib.
Therefore it might be very beneficial to add the result API to aforementioned documentation, since otherwise it's very unlikely that it will be found by newcomers and even experienced Arrow users. As discussed with @nomisRev it should probably go here (source).
The text was updated successfully, but these errors were encountered:
The
either
,nullable
andoption
computation block APIs have all been covered in the learning docs. But if you are gradually integrating Arrow's APIs into your project, chances are you are using theResult
API from Kotin's standard lib.Therefore it might be very beneficial to add the result API to aforementioned documentation, since otherwise it's very unlikely that it will be found by newcomers and even experienced Arrow users. As discussed with @nomisRev it should probably go here (source).
The text was updated successfully, but these errors were encountered: