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