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