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