@ -165,7 +166,7 @@ function Base.show(io::IO, ::MIME"text/plain", x::E) where E <: Enum
@@ -165,7 +166,7 @@ function Base.show(io::IO, ::MIME"text/plain", x::E) where E <: Enum
if!isconcretetype(E)# handle EnumX.Enum and EnumX.Enum{T}
invoke(show,Tuple{IO,Type},io,E)
return
@ -177,7 +178,8 @@ function Base.show(io::IO, ::MIME"text/plain", ::Type{E}) where E <: Enum
@@ -177,7 +178,8 @@ function Base.show(io::IO, ::MIME"text/plain", ::Type{E}) where E <: Enum