ref: be5462a429323b0c69e9cb4061bdc520be9727c1 dir: /libstd/result.myr/
use "die.use" pkg std = type result(@a, @b) = union `Ok @a `Fail @b ;; ;;