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