We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6996f commit fca32a8Copy full SHA for fca32a8
1 file changed
src/std.jl
@@ -691,13 +691,7 @@ function to_std_string(arg)
691
throw_not_std(arg)
692
end
693
elseif length(free_indices) == 1
694
- if typeof(free_indices[1]) == Lower
695
- to_standard(arg)
696
- elseif typeof(free_indices[1]) == Upper
697
698
- else
699
- throw_not_std(arg)
700
- end
+ to_standard(arg)
701
else
702
to_standard(arg)
703
0 commit comments