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 was archived by the owner on Jan 31, 2026. It is now read-only.
Mapping functions for Result that accept function that might raise exception and internally wraps that into result.safe. Key difference between basic map is in built-in ability to merge 2 Results - one that was returned by passed map function and result subject (on which internal value we perform action)