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