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