ref: 4fb00e671f84192b77bbca4c095b5c5cdf755e31 dir: /libstd/error.myr/
use "die.use" pkg std = type error(@a, @b) = union `Success @a `Failure @b ;; ;;