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