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