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
Pardon me for bothering you again, I am trying to make sense of Result.m.
In our current gear and antikythera code, Result.m is often used over standard library's with syntax, and the result is usually wrapped in Result.pure instead of a simple OK tuple.
What are some of the benefits of using Result.m? and what are some of the tradeoff made?
Thank you!
The text was updated successfully, but these errors were encountered:
aMickeyChen
changed the title
Result.m vs. with-syntax
Result.m vs. with-syntax
Mar 6, 2020
Hi @skirino,
Pardon me for bothering you again, I am trying to make sense of
Result.m
.In our current gear and antikythera code,
Result.m
is often used over standard library'swith
syntax, and the result is usually wrapped inResult.pure
instead of a simple OK tuple.What are some of the benefits of using
Result.m
? and what are some of the tradeoff made?Thank you!
The text was updated successfully, but these errors were encountered: