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
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Expected can be viewed as interfacing between a monadic code and an exception-throwing code. It could be convenient to have an adaptor that catch all the exception thrown and transform then on a expected <exception_ptr, T>.
This adaptor could be used with fmap, mbind and then method.
e.mbind(catch_all(f));
The text was updated successfully, but these errors were encountered:
Expected can be viewed as interfacing between a monadic code and an exception-throwing code. It could be convenient to have an adaptor that catch all the exception thrown and transform then on a expected
<exception_ptr, T>
.This adaptor could be used with fmap, mbind and then method.
The text was updated successfully, but these errors were encountered: