我不相信.事实上,在朱莉娅0.4 isa((),())不再是真的.现在的类型()是Tuple{}:
julia> VERSION
v"0.4.0-dev+5441"
julia> typeof(())
Tuple{}
julia> isa((),()) # Throws an error since () is no longer considered a Type
ERROR: TypeError: isa: expected Type{T}, got Tuple{}
Run Code Online (Sandbox Code Playgroud)
我觉得剩下的唯一对象是自己的一个实例是Any,Type和DataType.