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