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