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