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