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