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