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