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