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