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