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