Skip to content

Commit 4ba98f6

Browse files
committed
fixed showfull for interval boxes (fixes #283, #413)
1 parent dc15d66 commit 4ba98f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/display.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,5 @@ for T in (IntervalBox, Complex{<:Interval})
360360
@eval show(io::IO, a::$T) = print(io, representation(a))
361361
@eval show(io::IO, ::MIME"text/plain", a::$T) = print(io, representation(a))
362362
@eval showfull(io::IO, a::$T) = print(io, representation(a, :full))
363+
@eval showfull(a::$T) = showfull(stdout, a)
363364
end

0 commit comments

Comments
 (0)