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
In most other similar libraries for option/result, we don't similar type inferencing. I like that for Option, once inside if() we can directly use the variable. Similar for Result, once inside isOk() check, type inference is active. awesome job.
This is not an issue, only a request. Currently, catchResult can only be used with functions. Can it be extended to Promises ?
The text was updated successfully, but these errors were encountered:
In most other similar libraries for option/result, we don't similar type inferencing. I like that for
Option
, once inside if() we can directly use the variable. Similar forResult
, once insideisOk()
check, type inference is active. awesome job.This is not an issue, only a request. Currently,
catchResult
can only be used with functions. Can it be extended to Promises ?The text was updated successfully, but these errors were encountered: