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