println("Add one to typemax:") for t in S over = typemax(t) + one(t) @printf("%8s → %-25s (%s)\n", t, over, typeof(over)) end